Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: gsequencer
-Source: http://github.com/gsequencer/gsequencer
+Upstream-Name: JUCE
+Upstream-Contact: <umlaeute@debian.org>
+Source: https://github.com/julianstorer/JUCE
Files: *
-Copyright: 2005-2015 Joël Krähemann <jkraehemann-guest@users.alioth.debian.org>
-License: GPL-3+
+Copyright: 2015, ROLI Ltd
+License: GPL-2+ or AGPL-3
-Files: src/*
-Copyright: 2005-2015 Joël Krähemann <jkraehemann-guest@users.alioth.debian.org>
-License: GPL-3+
+Files: extras/UnitTestRunner/Source/Main.cpp
+ modules/juce_audio_processors/utilities/*
+ modules/juce_osc/juce_osc.*
+ modules/juce_osc/osc/*
+Copyright: 2013, - Raw Material Software Ltd
+License: GPL-2+ or AGPL-3
-Files: src/ags/lib/ags_parameter.c
-Copyright: 1995 Spencer Kimball and Peter Mattis
-License: GPL-2+
+Files: examples/HelloWorld/Source/Main.cpp
+Copyright: 2008, Julian Storer
+License: GPL-2+ or AGPL-3
-Files: AUTHORS ChangeLog COPYING INSTALL NEWS README gsequencer.1 gsequencer-documentation midi2xml.1 missing doc/* gsequencer.share/*
-Copyright: 2005-2015 Joël Krähemann <jkraehemann-guest@users.alioth.debian.org>
-License: GFDL-1.3+
+Files: examples/OSCMonitor/Source/OSCLogListBox.h
+ modules/juce_core/*
+Copyright: 2015, ROLI Ltd
+License: ISC
-Files: debian/*
-Copyright: 2005-2015 Joël Krähemann <jkraehemann-guest@users.alioth.debian.org>
-License: GPL-3+
+Files: modules/juce_core/text/juce_Base64.*
+Copyright: 2013, Raw Material Software Ltd
+License: ISC
+
+Files: modules/juce_box2d/box2d/*
+ examples/Demo/Source/Demos/Box2DTests/*
+Copyright: 2006-2011, Erin Catto http:www.box2d.org
+License: Zlib/libpng
+
+Files: modules/juce_audio_formats/codecs/oggvorbis/*
+Copyright: 1994-2014, the Xiph.Org Foundation http:www.xiph.org/
+ 2000-2006, Josh Coalson
+License: BSD-3-clause
+
+Files: modules/juce_audio_formats/codecs/flac/*
+Copyright: 2000-2009, Josh Coalson
+ 2002-2014, Xiph.Org Foundation
+License: BSD-3-clause
+
+Files: modules/juce_audio_formats/codecs/flac/libFLAC/include/private/md5.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/md5.c
+Copyright: *No copyright*
+License: Public Domain
+ This is the header file for the MD5 message-digest algorithm.
+ The algorithm is due to Ron Rivest. This code was
+ written by Colin Plumb in 1993, no copyright is claimed.
+ This code is in the public domain; do with it what you wish.
+ .
+ Equivalent code is available from RSA Data Security, Inc.
+ This code has been tested against that, and is equivalent,
+ except that you don't need to include two pages of legalese
+ with every copy.
+ .
+ To compute the message digest of a chunk of bytes, declare an
+ MD5Context structure, pass it to MD5Init, call MD5Update as
+ needed on buffers full of bytes, and then call MD5Final, which
+ will fill a supplied 16-byte array with the digest.
+ .
+ Changed so as no longer to depend on Colin Plumb's `usual.h'
+ header definitions; now uses stuff from dpkg's config.h
+ - Ian Jackson <ijackson@nyx.cs.du.edu>.
+ Still in the public domain.
+ .
+ Josh Coalson: made some changes to integrate with libFLAC.
+ Still in the public domain, with no warranty.
+
+Files: modules/juce_graphics/image_formats/pnglib/*
+Copyright: 1995-1996, Guy Eric Schalnat, Group 42, Inc.
+ 1996-1997, Andreas Dilger
+ 1998-2013, Glenn Randers-Pehrson
+License: Zlib/libpng
+Files: modules/juce_browser_plugin_client/wrapper/npapi/*
+Copyright: 1993-2004, Netscape Communications Corporation
+License: MPL-1.1 or GPL-2+ or LGPL-2.1+
+
+Files: modules/juce_browser_plugin_client/wrapper/npapi/npruntime.h
+Copyright: 2004, Apple Computer, Inc. and The Mozilla Foundation
+License: BSD-3-clause
+
+Files: modules/juce_core/zip/zlib/*
+Copyright: 1995-2005, Jean-loup Gailly
+ 1995-2005, Mark Adler
+License: Zlib/libpng
+
+Files: debian/*
+Copyright: 2015, IOhannes m zmölnig <umlaeute@debian.org>
License: GPL-2+
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+
+Files: modules/juce_graphics/image_formats/jpglib/*
+Copyright: 1991-1998, Thomas G. Lane
+License:
+ Permission is hereby granted to use, copy, modify, and distribute this software
+ (or portions thereof) for any purpose, without fee, subject to these conditions:
+ (1) If any part of the source code for this software is distributed, then this
+ README file must be included, with this copyright and no-warranty notice
+ unaltered; and any additions, deletions, or changes to the original files
+ must be clearly indicated in accompanying documentation.
+ (2) If only executable code is distributed, then the accompanying documentation
+ must state that "this software is based in part on the work of the
+ Independent JPEG Group".
+ (3) Permission for use of this software is granted only if the user accepts
+ full responsibility for any undesirable consequences; the authors accept NO
+ LIABILITY for damages of any kind.
.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ These conditions apply to any software derived from or based on the IJG code,
+ not just to the unmodified library. If you use our work, you ought to
+ acknowledge us.
.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ Permission is NOT granted for the use of any IJG author's name or company name
+ in advertising or publicity relating to this software or products derived from
+ it. This software may be referred to only as "the Independent JPEG Group's
+ software".
+ .
+ We specifically permit and encourage the use of this software as the basis of
+ commercial products, provided that all warranty or liability claims are assumed
+ by the product vendor.
+
+Files: modules/juce_audio_plugin_client/AU/AUResources.r
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/*
+Copyright: 2014, Apple Inc.
+License:
+ This Apple software is supplied to you by Apple Inc. ("Apple") in consideration
+ of your agreement to the following terms, and your use, installation,
+ modification or redistribution of this Apple software constitutes acceptance of
+ these terms. If you do not agree with these terms, please do not use, install,
+ modify or redistribute this Apple software.
+ .
+ In consideration of your agreement to abide by the following terms, and subject
+ to these terms, Apple grants you a personal, non-exclusive license, under
+ Apple's copyrights in this original Apple software (the "Apple Software"), to
+ use, reproduce, modify and redistribute the Apple Software, with or without
+ modifications, in source and/or binary forms; provided that if you redistribute
+ the Apple Software in its entirety and without modifications, you must retain
+ this notice and the following text and disclaimers in all such redistributions
+ of the Apple Software. Neither the name, trademarks, service marks or logos of
+ Apple Inc. may be used to endorse or promote products derived from the Apple
+ Software without specific prior written permission from Apple. Except as
+ expressly stated in this notice, no other rights or licenses, express or
+ implied, are granted by Apple herein, including but not limited to any patent
+ rights that may be infringed by your derivative works or by other works in which
+ the Apple Software may be incorporated.
+ .
+ The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO
+ WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
+ WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN
+ COMBINATION WITH YOUR PRODUCTS.
+ .
+ IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR
+ DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF
+ CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF
+ APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-License: GPL-3+
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
+License: ISC
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
+ ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
+ CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ SOFTWARE.
+
+License: LGPL-2.1+
+ This header is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
.
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ This header is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ General Public License for more details.
+Comment:
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License (LGPL, formerly named GNU Library General Public License)
+ version 2.1 can be found in '/usr/share/common-licenses/LGPL-2.1'.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/>.
+
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3 of the License, or (at your
+ option) any later version.
+ .
+ This package is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+Comment:
+ On Debian systems, the complete text of the GNU General Public License
+ (GPL) version 3 can be found in '/usr/share/common-licenses/GPL-3'.
.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, is permitted provided that the following conditions are
+ met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the names of the copyright holders nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: Zlib/libpng
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+License: AGPL-3
+ GNU AFFERO GENERAL PUBLIC LICENSE
+ Version 3, 19 November 2007
+ .
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies of this
+ license document, but changing it is not allowed.
+ .
+ Preamble
+ .
+ The GNU Affero General Public License is a free, copyleft license for
+ software and other kinds of works, specifically designed to ensure
+ cooperation with the community in the case of network server software.
+ .
+ The licenses for most software and other practical works are designed
+ to take away your freedom to share and change the works. By contrast,
+ our General Public Licenses are intended to guarantee your freedom to
+ share and change all versions of a program--to make sure it remains
+ free software for all its users.
+ .
+ When we speak of free software, we are referring to freedom, not price.
+ Our General Public Licenses are designed to make sure that you have the
+ freedom to distribute copies of free software (and charge for them if
+ you wish), that you receive source code or can get it if you want it,
+ that you can change the software or use pieces of it in new free
+ programs, and that you know you can do these things.
+ .
+ Developers that use our General Public Licenses protect your rights
+ with two steps: (1) assert copyright on the software, and (2) offer you
+ this License which gives you legal permission to copy, distribute
+ and/or modify the software.
+ .
+ A secondary benefit of defending all users' freedom is that
+ improvements made in alternate versions of the program, if they receive
+ widespread use, become available for other developers to incorporate.
+ Many developers of free software are heartened and encouraged by the
+ resulting cooperation. However, in the case of software used on
+ network servers, this result may fail to come about. The GNU General
+ Public License permits making a modified version and letting the public
+ access it on a server without ever releasing its source code to the
+ public.
+ .
+ The GNU Affero General Public License is designed specifically to
+ ensure that, in such cases, the modified source code becomes available
+ to the community. It requires the operator of a network server to
+ provide the source code of the modified version running there to the
+ users of that server. Therefore, public use of a modified version, on
+ a publicly accessible server, gives the public access to the source
+ code of the modified version.
+ .
+ An older license, called the Affero General Public License and
+ published by Affero, was designed to accomplish similar goals. This is
+ a different license, not a version of the Affero GPL, but Affero has
+ released a new version of the Affero GPL which permits relicensing
+ under this license.
+ .
+ The precise terms and conditions for copying, distribution and
+ modification follow.
+ .
+ TERMS AND CONDITIONS
+ .
+ 0. Definitions.
+ .
+ "This License" refers to version 3 of the GNU Affero General Public
+ License.
+ .
+ "Copyright" also means copyright-like laws that apply to other kinds of
+ works, such as semiconductor masks.
+ .
+ "The Program" refers to any copyrightable work licensed under this
+ License. Each licensee is addressed as "you". "Licensees" and
+ "recipients" may be individuals or organizations.
+ .
+ To "modify" a work means to copy from or adapt all or part of the work
+ in a fashion requiring copyright permission, other than the making of
+ an exact copy. The resulting work is called a "modified version" of
+ the earlier work or a work "based on" the earlier work.
+ .
+ A "covered work" means either the unmodified Program or a work based on
+ the Program.
+ .
+ To "propagate" a work means to do anything with it that, without
+ permission, would make you directly or secondarily liable for
+ infringement under applicable copyright law, except executing it on a
+ computer or modifying a private copy. Propagation includes copying,
+ distribution (with or without modification), making available to the
+ public, and in some countries other activities as well.
+ .
+ To "convey" a work means any kind of propagation that enables other
+ parties to make or receive copies. Mere interaction with a user
+ through a computer network, with no transfer of a copy, is not
+ conveying.
+ .
+ An interactive user interface displays "Appropriate Legal Notices" to
+ the extent that it includes a convenient and prominently visible
+ feature that (1) displays an appropriate copyright notice, and (2)
+ tells the user that there is no warranty for the work (except to the
+ extent that warranties are provided), that licensees may convey the
+ work under this License, and how to view a copy of this License. If the
+ interface presents a list of user commands or options, such as a menu,
+ a prominent item in the list meets this criterion.
+ .
+ 1. Source Code.
+ .
+ The "source code" for a work means the preferred form of the work for
+ making modifications to it. "Object code" means any non-source form of
+ a work.
+ .
+ A "Standard Interface" means an interface that either is an official
+ standard defined by a recognized standards body, or, in the case of
+ interfaces specified for a particular programming language, one that is
+ widely used among developers working in that language.
+ .
+ The "System Libraries" of an executable work include anything, other
+ than the work as a whole, that (a) is included in the normal form of
+ packaging a Major Component, but which is not part of that Major
+ Component, and (b) serves only to enable use of the work with that
+ Major Component, or to implement a Standard Interface for which an
+ implementation is available to the public in source code form. A "Major
+ Component", in this context, means a major essential component (kernel,
+ window system, and so on) of the specific operating system (if any) on
+ which the executable work runs, or a compiler used to produce the work,
+ or an object code interpreter used to run it.
+ .
+ The "Corresponding Source" for a work in object code form means all the
+ source code needed to generate, install, and (for an executable work)
+ run the object code and to modify the work, including scripts to
+ control those activities. However, it does not include the work's
+ System Libraries, or general-purpose tools or generally available free
+ programs which are used unmodified in performing those activities but
+ which are not part of the work. For example, Corresponding Source
+ includes interface definition files associated with source files for
+ the work, and the source code for shared libraries and dynamically
+ linked subprograms that the work is specifically designed to require,
+ such as by intimate data communication or control flow between those
+ subprograms and other parts of the work.
+ .
+ The Corresponding Source need not include anything that users can
+ regenerate automatically from other parts of the Corresponding Source.
+ .
+ The Corresponding Source for a work in source code form is that same
+ work.
+ .
+ 2. Basic Permissions.
+ .
+ All rights granted under this License are granted for the term of
+ copyright on the Program, and are irrevocable provided the stated
+ conditions are met. This License explicitly affirms your unlimited
+ permission to run the unmodified Program. The output from running a
+ covered work is covered by this License only if the output, given its
+ content, constitutes a covered work. This License acknowledges your
+ rights of fair use or other equivalent, as provided by copyright law.
+ .
+ You may make, run and propagate covered works that you do not convey,
+ without conditions so long as your license otherwise remains in force.
+ You may convey covered works to others for the sole purpose of having
+ them make modifications exclusively for you, or provide you with
+ facilities for running those works, provided that you comply with the
+ terms of this License in conveying all material for which you do not
+ control copyright. Those thus making or running the covered works for
+ you must do so exclusively on your behalf, under your direction and
+ control, on terms that prohibit them from making any copies of your
+ copyrighted material outside their relationship with you.
+ .
+ Conveying under any other circumstances is permitted solely under the
+ conditions stated below. Sublicensing is not allowed; section 10 makes
+ it unnecessary.
+ .
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+ .
+ No covered work shall be deemed part of an effective technological
+ measure under any applicable law fulfilling obligations under article
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar
+ laws prohibiting or restricting circumvention of such measures.
+ .
+ When you convey a covered work, you waive any legal power to forbid
+ circumvention of technological measures to the extent such
+ circumvention is effected by exercising rights under this License with
+ respect to the covered work, and you disclaim any intention to limit
+ operation or modification of the work as a means of enforcing, against
+ the work's users, your or third parties' legal rights to forbid
+ circumvention of technological measures.
+ .
+ 4. Conveying Verbatim Copies.
+ .
+ You may convey verbatim copies of the Program's source code as you
+ receive it, in any medium, provided that you conspicuously and
+ appropriately publish on each copy an appropriate copyright notice;
+ keep intact all notices stating that this License and any
+ non-permissive terms added in accord with section 7 apply to the code;
+ keep intact all notices of the absence of any warranty; and give all
+ recipients a copy of this License along with the Program.
+ .
+ You may charge any price or no price for each copy that you convey, and
+ you may offer support or warranty protection for a fee.
+ .
+ 5. Conveying Modified Source Versions.
+ .
+ You may convey a work based on the Program, or the modifications to
+ produce it from the Program, in the form of source code under the terms
+ of section 4, provided that you also meet all of these conditions:
+ .
+ a) The work must carry prominent notices stating that you modified it,
+ and giving a relevant date.
+ .
+ b) The work must carry prominent notices stating that it is released
+ under this License and any conditions added under section 7. This
+ requirement modifies the requirement in section 4 to "keep intact all
+ notices".
+ .
+ c) You must license the entire work, as a whole, under this License to
+ anyone who comes into possession of a copy. This License will
+ therefore apply, along with any applicable section 7 additional terms,
+ to the whole of the work, and all its parts, regardless of how they are
+ packaged. This License gives no permission to license the work in any
+ other way, but it does not invalidate such permission if you have
+ separately received it.
+ .
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your work
+ need not make them do so.
+ .
+ A compilation of a covered work with other separate and independent
+ works, which are not by their nature extensions of the covered work,
+ and which are not combined with it such as to form a larger program, in
+ or on a volume of a storage or distribution medium, is called an
+ "aggregate" if the compilation and its resulting copyright are not used
+ to limit the access or legal rights of the compilation's users beyond
+ what the individual works permit. Inclusion of a covered work in an
+ aggregate does not cause this License to apply to the other parts of
+ the aggregate.
+ .
+ 6. Conveying Non-Source Forms.
+ .
+ You may convey a covered work in object code form under the terms of
+ sections 4 and 5, provided that you also convey the machine-readable
+ Corresponding Source under the terms of this License, in one of these
+ ways:
+ .
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium customarily
+ used for software interchange.
+ .
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a written
+ offer, valid for at least three years and valid for as long as you
+ offer spare parts or customer support for that product model, to give
+ anyone who possesses the object code either (1) a copy of the
+ Corresponding Source for all the software in the product that is
+ covered by this License, on a durable physical medium customarily used
+ for software interchange, for a price no more than your reasonable cost
+ of physically performing this conveying of source, or (2) access to
+ copy the Corresponding Source from a network server at no charge.
+ .
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This alternative is
+ allowed only occasionally and noncommercially, and only if you received
+ the object code with such an offer, in accord with subsection 6b.
+ .
+ d) Convey the object code by offering access from a designated place
+ (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to copy
+ the object code is a network server, the Corresponding Source may be on
+ a different server (operated by you or a third party) that supports
+ equivalent copying facilities, provided you maintain clear directions
+ next to the object code saying where to find the Corresponding Source.
+ Regardless of what server hosts the Corresponding Source, you remain
+ obligated to ensure that it is available for as long as needed to
+ satisfy these requirements.
+ .
+ e) Convey the object code using peer-to-peer transmission, provided you
+ inform other peers where the object code and Corresponding Source of
+ the work are being offered to the general public at no charge under
+ subsection 6d.
+ .
+ A separable portion of the object code, whose source code is excluded
+ from the Corresponding Source as a System Library, need not be included
+ in conveying the object code work.
+ .
+ A "User Product" is either (1) a "consumer product", which means any
+ tangible personal property which is normally used for personal, family,
+ or household purposes, or (2) anything designed or sold for
+ incorporation into a dwelling. In determining whether a product is a
+ consumer product, doubtful cases shall be resolved in favor of
+ coverage. For a particular product received by a particular user,
+ "normally used" refers to a typical or common use of that class of
+ product, regardless of the status of the particular user or of the way
+ in which the particular user actually uses, or expects or is expected
+ to use, the product. A product is a consumer product regardless of
+ whether the product has substantial commercial, industrial or
+ non-consumer uses, unless such uses represent the only significant mode
+ of use of the product.
+ .
+ "Installation Information" for a User Product means any methods,
+ procedures, authorization keys, or other information required to
+ install and execute modified versions of a covered work in that User
+ Product from a modified version of its Corresponding Source. The
+ information must suffice to ensure that the continued functioning of
+ the modified object code is in no case prevented or interfered with
+ solely because modification has been made.
+ .
+ If you convey an object code work under this section in, or with, or
+ specifically for use in, a User Product, and the conveying occurs as
+ part of a transaction in which the right of possession and use of the
+ User Product is transferred to the recipient in perpetuity or for a
+ fixed term (regardless of how the transaction is characterized), the
+ Corresponding Source conveyed under this section must be accompanied by
+ the Installation Information. But this requirement does not apply if
+ neither you nor any third party retains the ability to install modified
+ object code on the User Product (for example, the work has been
+ installed in ROM).
+ .
+ The requirement to provide Installation Information does not include a
+ requirement to continue to provide support service, warranty, or
+ updates for a work that has been modified or installed by the
+ recipient, or for the User Product in which it has been modified or
+ installed. Access to a network may be denied when the modification
+ itself materially and adversely affects the operation of the network or
+ violates the rules and protocols for communication across the network.
+ .
+ Corresponding Source conveyed, and Installation Information provided,
+ in accord with this section must be in a format that is publicly
+ documented (and with an implementation available to the public in
+ source code form), and must require no special password or key for
+ unpacking, reading or copying.
+ .
+ 7. Additional Terms.
+ .
+ "Additional permissions" are terms that supplement the terms of this
+ License by making exceptions from one or more of its conditions.
+ Additional permissions that are applicable to the entire Program shall
+ be treated as though they were included in this License, to the extent
+ that they are valid under applicable law. If additional permissions
+ apply only to part of the Program, that part may be used separately
+ under those permissions, but the entire Program remains governed by
+ this License without regard to the additional permissions.
+ .
+ When you convey a copy of a covered work, you may at your option remove
+ any additional permissions from that copy, or from any part of it.
+ (Additional permissions may be written to require their own removal in
+ certain cases when you modify the work.) You may place additional
+ permissions on material, added by you to a covered work, for which you
+ have or can give appropriate copyright permission.
+ .
+ Notwithstanding any other provision of this License, for material you
+ add to a covered work, you may (if authorized by the copyright holders
+ of that material) supplement the terms of this License with terms:
+ .
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+ .
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+ .
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+ .
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+ .
+ e) Declining to grant rights under trademark law for use of some trade
+ names, trademarks, or service marks; or
+ .
+ f) Requiring indemnification of licensors and authors of that material
+ by anyone who conveys the material (or modified versions of it) with
+ contractual assumptions of liability to the recipient, for any
+ liability that these contractual assumptions directly impose on those
+ licensors and authors.
+ .
+ All other non-permissive additional terms are considered "further
+ restrictions" within the meaning of section 10. If the Program as you
+ received it, or any part of it, contains a notice stating that it is
+ governed by this License along with a term that is a further
+ restriction, you may remove that term. If a license document contains
+ a further restriction but permits relicensing or conveying under this
+ License, you may add to a covered work material governed by the terms
+ of that license document, provided that the further restriction does
+ not survive such relicensing or conveying.
+ .
+ If you add terms to a covered work in accord with this section, you
+ must place, in the relevant source files, a statement of the additional
+ terms that apply to those files, or a notice indicating where to find
+ the applicable terms.
+ .
+ Additional terms, permissive or non-permissive, may be stated in the
+ form of a separately written license, or stated as exceptions; the
+ above requirements apply either way.
+ .
+ 8. Termination.
+ .
+ You may not propagate or modify a covered work except as expressly
+ provided under this License. Any attempt otherwise to propagate or
+ modify it is void, and will automatically terminate your rights under
+ this License (including any patent licenses granted under the third
+ paragraph of section 11).
+ .
+ However, if you cease all violation of this License, then your license
+ from a particular copyright holder is reinstated (a) provisionally,
+ unless and until the copyright holder explicitly and finally terminates
+ your license, and (b) permanently, if the copyright holder fails to
+ notify you of the violation by some reasonable means prior to 60 days
+ after the cessation.
+ .
+ Moreover, your license from a particular copyright holder is reinstated
+ permanently if the copyright holder notifies you of the violation by
+ some reasonable means, this is the first time you have received notice
+ of violation of this License (for any work) from that copyright holder,
+ and you cure the violation prior to 30 days after your receipt of the
+ notice.
+ .
+ Termination of your rights under this section does not terminate the
+ licenses of parties who have received copies or rights from you under
+ this License. If your rights have been terminated and not permanently
+ reinstated, you do not qualify to receive new licenses for the same
+ material under section 10.
.
- On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+ 9. Acceptance Not Required for Having Copies.
+ .
+ You are not required to accept this License in order to receive or run
+ a copy of the Program. Ancillary propagation of a covered work
+ occurring solely as a consequence of using peer-to-peer transmission to
+ receive a copy likewise does not require acceptance. However, nothing
+ other than this License grants you permission to propagate or modify
+ any covered work. These actions infringe copyright if you do not
+ accept this License. Therefore, by modifying or propagating a covered
+ work, you indicate your acceptance of this License to do so.
+ .
+ 10. Automatic Licensing of Downstream Recipients.
+ .
+ Each time you convey a covered work, the recipient automatically
+ receives a license from the original licensors, to run, modify and
+ propagate that work, subject to this License. You are not responsible
+ for enforcing compliance by third parties with this License.
+ .
+ An "entity transaction" is a transaction transferring control of an
+ organization, or substantially all assets of one, or subdividing an
+ organization, or merging organizations. If propagation of a covered
+ work results from an entity transaction, each party to that transaction
+ who receives a copy of the work also receives whatever licenses to the
+ work the party's predecessor in interest had or could give under the
+ previous paragraph, plus a right to possession of the Corresponding
+ Source of the work from the predecessor in interest, if the predecessor
+ has it or can get it with reasonable efforts.
+ .
+ You may not impose any further restrictions on the exercise of the
+ rights granted or affirmed under this License. For example, you may
+ not impose a license fee, royalty, or other charge for exercise of
+ rights granted under this License, and you may not initiate litigation
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
+ any patent claim is infringed by making, using, selling, offering for
+ sale, or importing the Program or any portion of it.
+ .
+ 11. Patents.
+ .
+ A "contributor" is a copyright holder who authorizes use under this
+ License of the Program or a work on which the Program is based. The
+ work thus licensed is called the contributor's "contributor version".
+ .
+ A contributor's "essential patent claims" are all patent claims owned
+ or controlled by the contributor, whether already acquired or hereafter
+ acquired, that would be infringed by some manner, permitted by this
+ License, of making, using, or selling its contributor version, but do
+ not include claims that would be infringed only as a consequence of
+ further modification of the contributor version. For purposes of this
+ definition, "control" includes the right to grant patent sublicenses in
+ a manner consistent with the requirements of this License.
+ .
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+ patent license under the contributor's essential patent claims, to
+ make, use, sell, offer for sale, import and otherwise run, modify and
+ propagate the contents of its contributor version.
+ .
+ In the following three paragraphs, a "patent license" is any express
+ agreement or commitment, however denominated, not to enforce a patent
+ (such as an express permission to practice a patent or covenant not to
+ sue for patent infringement). To "grant" such a patent license to a
+ party means to make such an agreement or commitment not to enforce a
+ patent against the party.
+ .
+ If you convey a covered work, knowingly relying on a patent license,
+ and the Corresponding Source of the work is not available for anyone to
+ copy, free of charge and under the terms of this License, through a
+ publicly available network server or other readily accessible means,
+ then you must either (1) cause the Corresponding Source to be so
+ available, or (2) arrange to deprive yourself of the benefit of the
+ patent license for this particular work, or (3) arrange, in a manner
+ consistent with the requirements of this License, to extend the patent
+ license to downstream recipients. "Knowingly relying" means you have
+ actual knowledge that, but for the patent license, your conveying the
+ covered work in a country, or your recipient's use of the covered work
+ in a country, would infringe one or more identifiable patents in that
+ country that you have reason to believe are valid.
+ .
+ If, pursuant to or in connection with a single transaction or
+ arrangement, you convey, or propagate by procuring conveyance of, a
+ covered work, and grant a patent license to some of the parties
+ receiving the covered work authorizing them to use, propagate, modify
+ or convey a specific copy of the covered work, then the patent license
+ you grant is automatically extended to all recipients of the covered
+ work and works based on it.
+ .
+ A patent license is "discriminatory" if it does not include within the
+ scope of its coverage, prohibits the exercise of, or is conditioned on
+ the non-exercise of one or more of the rights that are specifically
+ granted under this License. You may not convey a covered work if you
+ are a party to an arrangement with a third party that is in the
+ business of distributing software, under which you make payment to the
+ third party based on the extent of your activity of conveying the work,
+ and under which the third party grants, to any of the parties who would
+ receive the covered work from you, a discriminatory patent license (a)
+ in connection with copies of the covered work conveyed by you (or
+ copies made from those copies), or (b) primarily for and in connection
+ with specific products or compilations that contain the covered work,
+ unless you entered into that arrangement, or that patent license was
+ granted, prior to 28 March 2007.
+ .
+ Nothing in this License shall be construed as excluding or limiting any
+ implied license or other defenses to infringement that may otherwise be
+ available to you under applicable patent law.
+ .
+ 12. No Surrender of Others' Freedom.
+ .
+ If conditions are imposed on you (whether by court order, agreement or
+ otherwise) that contradict the conditions of this License, they do not
+ excuse you from the conditions of this License. If you cannot convey a
+ covered work so as to satisfy simultaneously your obligations under
+ this License and any other pertinent obligations, then as a consequence
+ you may not convey it at all. For example, if you agree to terms that
+ obligate you to collect a royalty for further conveying from those to
+ whom you convey the Program, the only way you could satisfy both those
+ terms and this License would be to refrain entirely from conveying the
+ Program.
+ .
+ 13. Remote Network Interaction; Use with the GNU General Public
+ License.
+ .
+ Notwithstanding any other provision of this License, if you modify the
+ Program, your modified version must prominently offer all users
+ interacting with it remotely through a computer network (if your
+ version supports such interaction) an opportunity to receive the
+ Corresponding Source of your version by providing access to the
+ Corresponding Source from a network server at no charge, through some
+ standard or customary means of facilitating copying of software. This
+ Corresponding Source shall include the Corresponding Source for any
+ work covered by version 3 of the GNU General Public License that is
+ incorporated pursuant to the following paragraph.
+ .
+ Notwithstanding any other provision of this License, you have
+ permission to link or combine any covered work with a work licensed
+ under version 3 of the GNU General Public License into a single
+ combined work, and to convey the resulting work. The terms of this
+ License will continue to apply to the part which is the covered work,
+ but the work with which it is combined will remain governed by version
+ 3 of the GNU General Public License.
+ .
+ 14. Revised Versions of this License.
+ .
+ The Free Software Foundation may publish revised and/or new versions of
+ the GNU Affero General Public License from time to time. Such new
+ versions will be similar in spirit to the present version, but may
+ differ in detail to address new problems or concerns.
+ .
+ Each version is given a distinguishing version number. If the Program
+ specifies that a certain numbered version of the GNU Affero General
+ Public License "or any later version" applies to it, you have the
+ option of following the terms and conditions either of that numbered
+ version or of any later version published by the Free Software
+ Foundation. If the Program does not specify a version number of the
+ GNU Affero General Public License, you may choose any version ever
+ published by the Free Software Foundation.
+ .
+ If the Program specifies that a proxy can decide which future versions
+ of the GNU Affero General Public License can be used, that proxy's
+ public statement of acceptance of a version permanently authorizes you
+ to choose that version for the Program.
+ .
+ Later license versions may give you additional or different
+ permissions. However, no additional obligations are imposed on any
+ author or copyright holder as a result of your choosing to follow a
+ later version.
+ .
+ 15. Disclaimer of Warranty.
+ .
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
+ WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
+ OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU
+ ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+ .
+ 16. Limitation of Liability.
+ .
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
+ CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
+ ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
+ NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
+ SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO
+ OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY
+ HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+ .
+ 17. Interpretation of Sections 15 and 16.
+ .
+ If the disclaimer of warranty and limitation of liability provided
+ above cannot be given local legal effect according to their terms,
+ reviewing courts shall apply local law that most closely approximates
+ an absolute waiver of all civil liability in connection with the
+ Program, unless a warranty or assumption of liability accompanies a
+ copy of the Program in return for a fee.
+ .
+ END OF TERMS AND CONDITIONS
+ .
+ How to Apply These Terms to Your New Programs
+ .
+ If you develop a new program, and you want it to be of the greatest
+ possible use to the public, the best way to achieve this is to make it
+ free software which everyone can redistribute and change under these
+ terms.
+ .
+ To do so, attach the following notices to the program. It is safest to
+ attach them to the start of each source file to most effectively state
+ the exclusion of warranty; and each file should have at least the
+ "copyright" line and a pointer to where the full notice is found.
+ .
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+ .
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Affero General Public License for more details.
+ .
+ You should have received a copy of the GNU Affero General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/>.
+ .
+ Also add information on how to contact you by electronic and paper
+ mail.
+ .
+ If your software can interact with users remotely through a computer
+ network, you should also make sure that it provides a way for users to
+ get its source. For example, if your program is a web application, its
+ interface could display a "Source" link that leads users to an archive
+ of the code. There are many ways you could offer source, and different
+ solutions will be better for different programs; see section 13 for the
+ specific requirements.
+ .
+ You should also get your employer (if you work as a programmer) or
+ school, if any, to sign a "copyright disclaimer" for the program, if
+ necessary. For more information on this, and how to apply and follow
+ the GNU AGPL, see <http://www.gnu.org/licenses/>.
-License: GFDL-1.3+
- Permission is granted to copy, distribute and/or modify this document
- under the terms of the GNU Free Documentation License, Version 1.3
- or any later version published by the Free Software Foundation;
- with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+License: MPL-1.1
+ MOZILLA PUBLIC LICENSE
+ Version 1.1
+ .
+ ---------------
+ .
+ 1. Definitions.
+ .
+ 1.0.1. "Commercial Use" means distribution or otherwise making the
+ Covered Code available to a third party.
+ .
+ 1.1. "Contributor" means each entity that creates or contributes to
+ the creation of Modifications.
+ .
+ 1.2. "Contributor Version" means the combination of the Original
+ Code, prior Modifications used by a Contributor, and the Modifications
+ made by that particular Contributor.
+ .
+ 1.3. "Covered Code" means the Original Code or Modifications or the
+ combination of the Original Code and Modifications, in each case
+ including portions thereof.
+ .
+ 1.4. "Electronic Distribution Mechanism" means a mechanism generally
+ accepted in the software development community for the electronic
+ transfer of data.
+ .
+ 1.5. "Executable" means Covered Code in any form other than Source
+ Code.
+ .
+ 1.6. "Initial Developer" means the individual or entity identified
+ as the Initial Developer in the Source Code notice required by Exhibit
+ A.
+ .
+ 1.7. "Larger Work" means a work which combines Covered Code or
+ portions thereof with code not governed by the terms of this License.
+ .
+ 1.8. "License" means this document.
+ .
+ 1.8.1. "Licensable" means having the right to grant, to the maximum
+ extent possible, whether at the time of the initial grant or
+ subsequently acquired, any and all of the rights conveyed herein.
+ .
+ 1.9. "Modifications" means any addition to or deletion from the
+ substance or structure of either the Original Code or any previous
+ Modifications. When Covered Code is released as a series of files, a
+ Modification is:
+ A. Any addition to or deletion from the contents of a file
+ containing Original Code or previous Modifications.
+ .
+ B. Any new file that contains any part of the Original Code or
+ previous Modifications.
+ .
+ 1.10. "Original Code" means Source Code of computer software code
+ which is described in the Source Code notice required by Exhibit A as
+ Original Code, and which, at the time of its release under this
+ License is not already Covered Code governed by this License.
+ .
+ 1.10.1. "Patent Claims" means any patent claim(s), now owned or
+ hereafter acquired, including without limitation, method, process,
+ and apparatus claims, in any patent Licensable by grantor.
+ .
+ 1.11. "Source Code" means the preferred form of the Covered Code for
+ making modifications to it, including all modules it contains, plus
+ any associated interface definition files, scripts used to control
+ compilation and installation of an Executable, or source code
+ differential comparisons against either the Original Code or another
+ well known, available Covered Code of the Contributor's choice. The
+ Source Code can be in a compressed or archival form, provided the
+ appropriate decompression or de-archiving software is widely available
+ for no charge.
+ .
+ 1.12. "You" (or "Your") means an individual or a legal entity
+ exercising rights under, and complying with all of the terms of, this
+ License or a future version of this License issued under Section 6.1.
+ For legal entities, "You" includes any entity which controls, is
+ controlled by, or is under common control with You. For purposes of
+ this definition, "control" means (a) the power, direct or indirect,
+ to cause the direction or management of such entity, whether by
+ contract or otherwise, or (b) ownership of more than fifty percent
+ (50%) of the outstanding shares or beneficial ownership of such
+ entity.
+ .
+ 2. Source Code License.
+ .
+ 2.1. The Initial Developer Grant.
+ The Initial Developer hereby grants You a world-wide, royalty-free,
+ non-exclusive license, subject to third party intellectual property
+ claims:
+ (a) under intellectual property rights (other than patent or
+ trademark) Licensable by Initial Developer to use, reproduce,
+ modify, display, perform, sublicense and distribute the Original
+ Code (or portions thereof) with or without Modifications, and/or
+ as part of a Larger Work; and
+ .
+ (b) under Patents Claims infringed by the making, using or
+ selling of Original Code, to make, have made, use, practice,
+ sell, and offer for sale, and/or otherwise dispose of the
+ Original Code (or portions thereof).
+ .
+ (c) the licenses granted in this Section 2.1(a) and (b) are
+ effective on the date Initial Developer first distributes
+ Original Code under the terms of this License.
+ .
+ (d) Notwithstanding Section 2.1(b) above, no patent license is
+ granted: 1) for code that You delete from the Original Code; 2)
+ separate from the Original Code; or 3) for infringements caused
+ by: i) the modification of the Original Code or ii) the
+ combination of the Original Code with other software or devices.
+ .
+ 2.2. Contributor Grant.
+ Subject to third party intellectual property claims, each Contributor
+ hereby grants You a world-wide, royalty-free, non-exclusive license
+ .
+ (a) under intellectual property rights (other than patent or
+ trademark) Licensable by Contributor, to use, reproduce, modify,
+ display, perform, sublicense and distribute the Modifications
+ created by such Contributor (or portions thereof) either on an
+ unmodified basis, with other Modifications, as Covered Code
+ and/or as part of a Larger Work; and
+ .
+ (b) under Patent Claims infringed by the making, using, or
+ selling of Modifications made by that Contributor either alone
+ and/or in combination with its Contributor Version (or portions
+ of such combination), to make, use, sell, offer for sale, have
+ made, and/or otherwise dispose of: 1) Modifications made by that
+ Contributor (or portions thereof); and 2) the combination of
+ Modifications made by that Contributor with its Contributor
+ Version (or portions of such combination).
+ .
+ (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
+ effective on the date Contributor first makes Commercial Use of
+ the Covered Code.
+ (d) Notwithstanding Section 2.2(b) above, no patent license is
+ granted: 1) for any code that Contributor has deleted from the
+ Contributor Version; 2) separate from the Contributor Version;
+ 3) for infringements caused by: i) third party modifications of
+ Contributor Version or ii) the combination of Modifications made
+ by that Contributor with other software (except as part of the
+ Contributor Version) or other devices; or 4) under Patent Claims
+ infringed by Covered Code in the absence of Modifications made by
+ that Contributor.
+ .
+ 3. Distribution Obligations.
+ .
+ 3.1. Application of License.
+ The Modifications which You create or to which You contribute are
+ governed by the terms of this License, including without limitation
+ Section 2.2. The Source Code version of Covered Code may be
+ distributed only under the terms of this License or a future version
+ of this License released under Section 6.1, and You must include a
+ copy of this License with every copy of the Source Code You
+ distribute. You may not offer or impose any terms on any Source Code
+ version that alters or restricts the applicable version of this
+ License or the recipients' rights hereunder. However, You may include
+ an additional document offering the additional rights described in
+ Section 3.5.
+ .
+ 3.2. Availability of Source Code.
+ Any Modification which You create or to which You contribute must be
+ made available in Source Code form under the terms of this License
+ either on the same media as an Executable version or via an accepted
+ Electronic Distribution Mechanism to anyone to whom you made an
+ Executable version available; and if made available via Electronic
+ Distribution Mechanism, must remain available for at least twelve (12)
+ months after the date it initially became available, or at least six
+ (6) months after a subsequent version of that particular Modification
+ has been made available to such recipients. You are responsible for
+ ensuring that the Source Code version remains available even if the
+ Electronic Distribution Mechanism is maintained by a third party.
+ .
+ 3.3. Description of Modifications.
+ You must cause all Covered Code to which You contribute to contain a
+ file documenting the changes You made to create that Covered Code and
+ the date of any change. You must include a prominent statement that
+ the Modification is derived, directly or indirectly, from Original
+ Code provided by the Initial Developer and including the name of the
+ Initial Developer in (a) the Source Code, and (b) in any notice in an
+ Executable version or related documentation in which You describe the
+ origin or ownership of the Covered Code.
+ .
+ 3.4. Intellectual Property Matters
+ (a) Third Party Claims.
+ If Contributor has knowledge that a license under a third party's
+ intellectual property rights is required to exercise the rights
+ granted by such Contributor under Sections 2.1 or 2.2,
+ Contributor must include a text file with the Source Code
+ distribution titled "LEGAL" which describes the claim and the
+ party making the claim in sufficient detail that a recipient will
+ know whom to contact. If Contributor obtains such knowledge after
+ the Modification is made available as described in Section 3.2,
+ Contributor shall promptly modify the LEGAL file in all copies
+ Contributor makes available thereafter and shall take other steps
+ (such as notifying appropriate mailing lists or newsgroups)
+ reasonably calculated to inform those who received the Covered
+ Code that new knowledge has been obtained.
+ .
+ (b) Contributor APIs.
+ If Contributor's Modifications include an application programming
+ interface and Contributor has knowledge of patent licenses which
+ are reasonably necessary to implement that API, Contributor must
+ also include this information in the LEGAL file.
+ .
+ (c) Representations.
+ Contributor represents that, except as disclosed pursuant to
+ Section 3.4(a) above, Contributor believes that Contributor's
+ Modifications are Contributor's original creation(s) and/or
+ Contributor has sufficient rights to grant the rights conveyed by
+ this License.
+ .
+ 3.5. Required Notices.
+ You must duplicate the notice in Exhibit A in each file of the Source
+ Code. If it is not possible to put such notice in a particular Source
+ Code file due to its structure, then You must include such notice in a
+ location (such as a relevant directory) where a user would be likely
+ to look for such a notice. If You created one or more Modification(s)
+ You may add your name as a Contributor to the notice described in
+ Exhibit A. You must also duplicate this License in any documentation
+ for the Source Code where You describe recipients' rights or ownership
+ rights relating to Covered Code. You may choose to offer, and to
+ charge a fee for, warranty, support, indemnity or liability
+ obligations to one or more recipients of Covered Code. However, You
+ may do so only on Your own behalf, and not on behalf of the Initial
+ Developer or any Contributor. You must make it absolutely clear than
+ any such warranty, support, indemnity or liability obligation is
+ offered by You alone, and You hereby agree to indemnify the Initial
+ Developer and every Contributor for any liability incurred by the
+ Initial Developer or such Contributor as a result of warranty,
+ support, indemnity or liability terms You offer.
+ .
+ 3.6. Distribution of Executable Versions.
+ You may distribute Covered Code in Executable form only if the
+ requirements of Section 3.1-3.5 have been met for that Covered Code,
+ and if You include a notice stating that the Source Code version of
+ the Covered Code is available under the terms of this License,
+ including a description of how and where You have fulfilled the
+ obligations of Section 3.2. The notice must be conspicuously included
+ in any notice in an Executable version, related documentation or
+ collateral in which You describe recipients' rights relating to the
+ Covered Code. You may distribute the Executable version of Covered
+ Code or ownership rights under a license of Your choice, which may
+ contain terms different from this License, provided that You are in
+ compliance with the terms of this License and that the license for the
+ Executable version does not attempt to limit or alter the recipient's
+ rights in the Source Code version from the rights set forth in this
+ License. If You distribute the Executable version under a different
+ license You must make it absolutely clear that any terms which differ
+ from this License are offered by You alone, not by the Initial
+ Developer or any Contributor. You hereby agree to indemnify the
+ Initial Developer and every Contributor for any liability incurred by
+ the Initial Developer or such Contributor as a result of any such
+ terms You offer.
+ .
+ 3.7. Larger Works.
+ You may create a Larger Work by combining Covered Code with other code
+ not governed by the terms of this License and distribute the Larger
+ Work as a single product. In such a case, You must make sure the
+ requirements of this License are fulfilled for the Covered Code.
+ .
+ 4. Inability to Comply Due to Statute or Regulation.
+ .
+ If it is impossible for You to comply with any of the terms of this
+ License with respect to some or all of the Covered Code due to
+ statute, judicial order, or regulation then You must: (a) comply with
+ the terms of this License to the maximum extent possible; and (b)
+ describe the limitations and the code they affect. Such description
+ must be included in the LEGAL file described in Section 3.4 and must
+ be included with all distributions of the Source Code. Except to the
+ extent prohibited by statute or regulation, such description must be
+ sufficiently detailed for a recipient of ordinary skill to be able to
+ understand it.
+ .
+ 5. Application of this License.
+ .
+ This License applies to code to which the Initial Developer has
+ attached the notice in Exhibit A and to related Covered Code.
+ .
+ 6. Versions of the License.
+ .
+ 6.1. New Versions.
+ Netscape Communications Corporation ("Netscape") may publish revised
+ and/or new versions of the License from time to time. Each version
+ will be given a distinguishing version number.
+ .
+ 6.2. Effect of New Versions.
+ Once Covered Code has been published under a particular version of the
+ License, You may always continue to use it under the terms of that
+ version. You may also choose to use such Covered Code under the terms
+ of any subsequent version of the License published by Netscape. No one
+ other than Netscape has the right to modify the terms applicable to
+ Covered Code created under this License.
+ .
+ 6.3. Derivative Works.
+ If You create or use a modified version of this License (which you may
+ only do in order to apply it to code which is not already Covered Code
+ governed by this License), You must (a) rename Your license so that
+ the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
+ "MPL", "NPL" or any confusingly similar phrase do not appear in your
+ license (except to note that your license differs from this License)
+ and (b) otherwise make it clear that Your version of the license
+ contains terms which differ from the Mozilla Public License and
+ Netscape Public License. (Filling in the name of the Initial
+ Developer, Original Code or Contributor in the notice described in
+ Exhibit A shall not of themselves be deemed to be modifications of
+ this License.)
+ .
+ 7. DISCLAIMER OF WARRANTY.
+ COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
+ DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
+ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
+ IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
+ YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
+ COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
+ OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+ ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+ .
+ 8. TERMINATION.
+ .
+ 8.1. This License and the rights granted hereunder will terminate
+ automatically if You fail to comply with terms herein and fail to cure
+ such breach within 30 days of becoming aware of the breach. All
+ sublicenses to the Covered Code which are properly granted shall
+ survive any termination of this License. Provisions which, by their
+ nature, must remain in effect beyond the termination of this License
+ shall survive.
+ .
+ 8.2. If You initiate litigation by asserting a patent infringement
+ claim (excluding declatory judgment actions) against Initial Developer
+ or a Contributor (the Initial Developer or Contributor against whom
+ You file such action is referred to as "Participant") alleging that:
+ .
+ (a) such Participant's Contributor Version directly or indirectly
+ infringes any patent, then any and all rights granted by such
+ Participant to You under Sections 2.1 and/or 2.2 of this License
+ shall, upon 60 days notice from Participant terminate prospectively,
+ unless if within 60 days after receipt of notice You either: (i)
+ agree in writing to pay Participant a mutually agreeable reasonable
+ royalty for Your past and future use of Modifications made by such
+ Participant, or (ii) withdraw Your litigation claim with respect to
+ the Contributor Version against such Participant. If within 60 days
+ of notice, a reasonable royalty and payment arrangement are not
+ mutually agreed upon in writing by the parties or the litigation claim
+ is not withdrawn, the rights granted by Participant to You under
+ Sections 2.1 and/or 2.2 automatically terminate at the expiration of
+ the 60 day notice period specified above.
+ .
+ (b) any software, hardware, or device, other than such Participant's
+ Contributor Version, directly or indirectly infringes any patent, then
+ any rights granted to You by such Participant under Sections 2.1(b)
+ and 2.2(b) are revoked effective as of the date You first made, used,
+ sold, distributed, or had made, Modifications made by that
+ Participant.
+ .
+ 8.3. If You assert a patent infringement claim against Participant
+ alleging that such Participant's Contributor Version directly or
+ indirectly infringes any patent where such claim is resolved (such as
+ by license or settlement) prior to the initiation of patent
+ infringement litigation, then the reasonable value of the licenses
+ granted by such Participant under Sections 2.1 or 2.2 shall be taken
+ into account in determining the amount or value of any payment or
+ license.
+ .
+ 8.4. In the event of termination under Sections 8.1 or 8.2 above,
+ all end user license agreements (excluding distributors and resellers)
+ which have been validly granted by You or any distributor hereunder
+ prior to termination shall survive termination.
+ .
+ 9. LIMITATION OF LIABILITY.
+ .
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
+ DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
+ OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
+ ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
+ CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
+ WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+ COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
+ RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
+ PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
+ EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
+ THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
+ .
+ 10. U.S. GOVERNMENT END USERS.
+ .
+ The Covered Code is a "commercial item," as that term is defined in
+ 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
+ software" and "commercial computer software documentation," as such
+ terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
+ C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
+ all U.S. Government End Users acquire Covered Code with only those
+ rights set forth herein.
+ .
+ 11. MISCELLANEOUS.
+ .
+ This License represents the complete agreement concerning subject
+ matter hereof. If any provision of this License is held to be
+ unenforceable, such provision shall be reformed only to the extent
+ necessary to make it enforceable. This License shall be governed by
+ California law provisions (except to the extent applicable law, if
+ any, provides otherwise), excluding its conflict-of-law provisions.
+ With respect to disputes in which at least one party is a citizen of,
+ or an entity chartered or registered to do business in the United
+ States of America, any litigation relating to this License shall be
+ subject to the jurisdiction of the Federal Courts of the Northern
+ District of California, with venue lying in Santa Clara County,
+ California, with the losing party responsible for costs, including
+ without limitation, court costs and reasonable attorneys' fees and
+ expenses. The application of the United Nations Convention on
+ Contracts for the International Sale of Goods is expressly excluded.
+ Any law or regulation which provides that the language of a contract
+ shall be construed against the drafter shall not apply to this
+ License.
+ .
+ 12. RESPONSIBILITY FOR CLAIMS.
+ .
+ As between Initial Developer and the Contributors, each party is
+ responsible for claims and damages arising, directly or indirectly,
+ out of its utilization of rights under this License and You agree to
+ work with Initial Developer and Contributors to distribute such
+ responsibility on an equitable basis. Nothing herein is intended or
+ shall be deemed to constitute any admission of liability.
+ .
+ 13. MULTIPLE-LICENSED CODE.
+ .
+ Initial Developer may designate portions of the Covered Code as
+ "Multiple-Licensed". "Multiple-Licensed" means that the Initial
+ Developer permits you to utilize portions of the Covered Code under
+ Your choice of the NPL or the alternative licenses, if any, specified
+ by the Initial Developer in the file described in Exhibit A.
+ .
+ EXHIBIT A -Mozilla Public License.
+ .
+ ``The contents of this file are subject to the Mozilla Public License
+ Version 1.1 (the "License"); you may not use this file except in
+ compliance with the License. You may obtain a copy of the License at
+ http://www.mozilla.org/MPL/
+ .
+ Software distributed under the License is distributed on an "AS IS"
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ License for the specific language governing rights and limitations
+ under the License.
+ .
+ The Original Code is ______________________________________.
+ .
+ The Initial Developer of the Original Code is ________________________.
+ Portions created by ______________________ are Copyright (C) ______
+ _______________________. All Rights Reserved.
+ .
+ Contributor(s): ______________________________________.
+ .
+ Alternatively, the contents of this file may be used under the terms
+ of the _____ license (the "[___] License"), in which case the
+ provisions of [______] License are applicable instead of those
+ above. If you wish to allow use of your version of this file only
+ under the terms of the [____] License and not to allow others to use
+ your version of this file under the MPL, indicate your decision by
+ deleting the provisions above and replace them with the notice and
+ other provisions required by the [___] License. If you do not delete
+ the provisions above, a recipient may use your version of this file
+ under either the MPL or the [___] License."
+ .
+ [NOTE: The text of this Exhibit A may differ slightly from the text of
+ the notices in the Source Code files of the Original Code. You should
+ use the text of this Exhibit A rather than the text found in the
+ Original Code Source Code for Your Modifications.]
--- /dev/null
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: examples/Demo/Builds/Android/src/com/juce/jucedemo/JuceDemo.java
+ examples/Demo/Source/DemoUtilities.h
+ examples/Demo/Source/Demos/AnimationDemo.cpp
+ examples/Demo/Source/Demos/AudioLatencyDemo.cpp
+ examples/Demo/Source/Demos/AudioLiveScrollingDisplay.h
+ examples/Demo/Source/Demos/AudioPlaybackDemo.cpp
+ examples/Demo/Source/Demos/AudioRecordingDemo.cpp
+ examples/Demo/Source/Demos/AudioSettingsDemo.cpp
+ examples/Demo/Source/Demos/AudioSynthesiserDemo.cpp
+ examples/Demo/Source/Demos/Box2DDemo.cpp
+ examples/Demo/Source/Demos/CameraDemo.cpp
+ examples/Demo/Source/Demos/ChildProcessDemo.cpp
+ examples/Demo/Source/Demos/CodeEditorDemo.cpp
+ examples/Demo/Source/Demos/ComponentTransformsDemo.cpp
+ examples/Demo/Source/Demos/CryptographyDemo.cpp
+ examples/Demo/Source/Demos/DialogsDemo.cpp
+ examples/Demo/Source/Demos/FontsDemo.cpp
+ examples/Demo/Source/Demos/GraphicsDemo.cpp
+ examples/Demo/Source/Demos/ImagesDemo.cpp
+ examples/Demo/Source/Demos/JavaScript.cpp
+ examples/Demo/Source/Demos/KeyMappingsDemo.cpp
+ examples/Demo/Source/Demos/LiveConstantDemo.cpp
+ examples/Demo/Source/Demos/LookAndFeelDemo.cpp
+ examples/Demo/Source/Demos/MDIDemo.cpp
+ examples/Demo/Source/Demos/MidiDemo.cpp
+ examples/Demo/Source/Demos/MultiTouch.cpp
+ examples/Demo/Source/Demos/MultithreadingDemo.cpp
+ examples/Demo/Source/Demos/NetworkingDemo.cpp
+ examples/Demo/Source/Demos/OpenGLDemo.cpp
+ examples/Demo/Source/Demos/OpenGLDemo2D.cpp
+ examples/Demo/Source/Demos/PropertiesDemo.cpp
+ examples/Demo/Source/Demos/SystemInfoDemo.cpp
+ examples/Demo/Source/Demos/TimersAndEventsDemo.cpp
+ examples/Demo/Source/Demos/UnitTestsDemo.cpp
+ examples/Demo/Source/Demos/ValueTreesDemo.cpp
+ examples/Demo/Source/Demos/VideoDemo.cpp
+ examples/Demo/Source/Demos/WavefrontObjParser.h
+ examples/Demo/Source/Demos/WebBrowserDemo.cpp
+ examples/Demo/Source/Demos/WidgetsDemo.cpp
+ examples/Demo/Source/Demos/WindowsDemo.cpp
+ examples/Demo/Source/Demos/XMLandJSONDemo.cpp
+ examples/Demo/Source/IntroScreen.cpp
+ examples/Demo/Source/JuceDemoHeader.h
+ examples/Demo/Source/Main.cpp
+ examples/Demo/Source/MainWindow.cpp
+ examples/Demo/Source/MainWindow.h
+ examples/ExpressiveMidiTest/Source/Main.cpp
+ examples/ExpressiveMidiTest/Source/MainComponent.h
+ examples/ExpressiveMidiTest/Source/Setup.h
+ examples/ExpressiveMidiTest/Source/Synth.h
+ examples/ExpressiveMidiTest/Source/Visualiser.h
+ examples/HelloWorld/Source/MainComponent.cpp
+ examples/HelloWorld/Source/MainComponent.h
+ examples/MPETest/Source/MPEDemoSynthVoice.h
+ examples/MPETest/Source/MPESetupComponent.h
+ examples/MPETest/Source/Main.cpp
+ examples/MPETest/Source/MainComponent.h
+ examples/MPETest/Source/Visualiser.h
+ examples/MPETest/Source/ZoneColourPicker.h
+ examples/MPETest/Source/ZoneLayoutComponent.h
+ examples/MidiTest/Builds/Android/src/com/yourcompany/miditest/MidiTest.java
+ examples/MidiTest/Source/Main.cpp
+ examples/MidiTest/Source/MainComponent.cpp
+ examples/MidiTest/Source/MainComponent.h
+ examples/OpenGLAppExample/Source/Resources/WavefrontObjParser.h
+ examples/audio plugin host/Source/FilterGraph.cpp
+ examples/audio plugin host/Source/FilterGraph.h
+ examples/audio plugin host/Source/GraphEditorPanel.cpp
+ examples/audio plugin host/Source/GraphEditorPanel.h
+ examples/audio plugin host/Source/HostStartup.cpp
+ examples/audio plugin host/Source/InternalFilters.cpp
+ examples/audio plugin host/Source/InternalFilters.h
+ examples/audio plugin host/Source/MainHostWindow.cpp
+ examples/audio plugin host/Source/MainHostWindow.h
+ extras/Introjucer/Source/Application/jucer_AppearanceSettings.cpp
+ extras/Introjucer/Source/Application/jucer_AppearanceSettings.h
+ extras/Introjucer/Source/Application/jucer_Application.h
+ extras/Introjucer/Source/Application/jucer_AutoUpdater.cpp
+ extras/Introjucer/Source/Application/jucer_AutoUpdater.h
+ extras/Introjucer/Source/Application/jucer_CommandIDs.h
+ extras/Introjucer/Source/Application/jucer_CommandLine.cpp
+ extras/Introjucer/Source/Application/jucer_CommandLine.h
+ extras/Introjucer/Source/Application/jucer_CommonHeaders.h
+ extras/Introjucer/Source/Application/jucer_DocumentEditorComponent.cpp
+ extras/Introjucer/Source/Application/jucer_DocumentEditorComponent.h
+ extras/Introjucer/Source/Application/jucer_FilePreviewComponent.h
+ extras/Introjucer/Source/Application/jucer_Main.cpp
+ extras/Introjucer/Source/Application/jucer_MainWindow.cpp
+ extras/Introjucer/Source/Application/jucer_MainWindow.h
+ extras/Introjucer/Source/Application/jucer_OpenDocumentManager.cpp
+ extras/Introjucer/Source/Application/jucer_OpenDocumentManager.h
+ extras/Introjucer/Source/BinaryData/jucer_ComponentTemplate.cpp
+ extras/Introjucer/Source/BinaryData/jucer_ComponentTemplate.h
+ extras/Introjucer/Source/Code Editor/jucer_SourceCodeEditor.cpp
+ extras/Introjucer/Source/Code Editor/jucer_SourceCodeEditor.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_ButtonHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_ComboBoxHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_ComponentNameProperty.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_ComponentTypeHandler.cpp
+ extras/Introjucer/Source/ComponentEditor/components/jucer_ComponentTypeHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_ComponentUndoableAction.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_GenericComponentHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_GroupComponentHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_HyperlinkButtonHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_ImageButtonHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_JucerComponentHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_LabelHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_SliderHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_TabbedComponentHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_TextButtonHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_TextEditorHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_ToggleButtonHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_TreeViewHandler.h
+ extras/Introjucer/Source/ComponentEditor/components/jucer_ViewportHandler.h
+ extras/Introjucer/Source/ComponentEditor/documents/jucer_ButtonDocument.cpp
+ extras/Introjucer/Source/ComponentEditor/documents/jucer_ButtonDocument.h
+ extras/Introjucer/Source/ComponentEditor/documents/jucer_ComponentDocument.cpp
+ extras/Introjucer/Source/ComponentEditor/documents/jucer_ComponentDocument.h
+ extras/Introjucer/Source/ComponentEditor/jucer_BinaryResources.cpp
+ extras/Introjucer/Source/ComponentEditor/jucer_BinaryResources.h
+ extras/Introjucer/Source/ComponentEditor/jucer_ComponentLayout.cpp
+ extras/Introjucer/Source/ComponentEditor/jucer_ComponentLayout.h
+ extras/Introjucer/Source/ComponentEditor/jucer_GeneratedCode.cpp
+ extras/Introjucer/Source/ComponentEditor/jucer_GeneratedCode.h
+ extras/Introjucer/Source/ComponentEditor/jucer_JucerDocument.cpp
+ extras/Introjucer/Source/ComponentEditor/jucer_JucerDocument.h
+ extras/Introjucer/Source/ComponentEditor/jucer_ObjectTypes.cpp
+ extras/Introjucer/Source/ComponentEditor/jucer_ObjectTypes.h
+ extras/Introjucer/Source/ComponentEditor/jucer_PaintRoutine.cpp
+ extras/Introjucer/Source/ComponentEditor/jucer_PaintRoutine.h
+ extras/Introjucer/Source/ComponentEditor/jucer_UtilityFunctions.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_ColouredElement.cpp
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_ColouredElement.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_ElementSiblingComponent.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_FillType.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_GradientPointComponent.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_ImageResourceProperty.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElement.cpp
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElement.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElementEllipse.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElementGroup.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElementImage.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElementPath.cpp
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElementPath.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElementRectangle.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElementRoundedRectangle.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElementText.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElementUndoableAction.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PointComponent.h
+ extras/Introjucer/Source/ComponentEditor/paintelements/jucer_StrokeType.h
+ extras/Introjucer/Source/ComponentEditor/properties/jucer_ColourPropertyComponent.h
+ extras/Introjucer/Source/ComponentEditor/properties/jucer_ComponentBooleanProperty.h
+ extras/Introjucer/Source/ComponentEditor/properties/jucer_ComponentChoiceProperty.h
+ extras/Introjucer/Source/ComponentEditor/properties/jucer_ComponentColourProperty.h
+ extras/Introjucer/Source/ComponentEditor/properties/jucer_ComponentTextProperty.h
+ extras/Introjucer/Source/ComponentEditor/properties/jucer_FilePropertyComponent.h
+ extras/Introjucer/Source/ComponentEditor/properties/jucer_FontPropertyComponent.h
+ extras/Introjucer/Source/ComponentEditor/properties/jucer_JustificationProperty.h
+ extras/Introjucer/Source/ComponentEditor/properties/jucer_PositionPropertyBase.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_ComponentLayoutEditor.cpp
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_ComponentLayoutEditor.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_ComponentLayoutPanel.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_ComponentOverlayComponent.cpp
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_ComponentOverlayComponent.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_EditingPanelBase.cpp
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_EditingPanelBase.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_JucerCommandIDs.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_JucerDocumentEditor.cpp
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_JucerDocumentEditor.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_PaintRoutineEditor.cpp
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_PaintRoutineEditor.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_PaintRoutinePanel.cpp
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_PaintRoutinePanel.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_RelativePositionedRectangle.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_ResourceEditorPanel.cpp
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_ResourceEditorPanel.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_SnapGridPainter.h
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_TestComponent.cpp
+ extras/Introjucer/Source/ComponentEditor/ui/jucer_TestComponent.h
+ extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h
+ extras/Introjucer/Source/Project Saving/jucer_ProjectExport_AndroidStudio.h
+ extras/Introjucer/Source/Project Saving/jucer_ProjectExport_CodeBlocks.h
+ extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h
+ extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Make.h
+ extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h
+ extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.cpp
+ extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.h
+ extras/Introjucer/Source/Project Saving/jucer_ProjectSaver.h
+ extras/Introjucer/Source/Project Saving/jucer_ResourceFile.cpp
+ extras/Introjucer/Source/Project Saving/jucer_ResourceFile.h
+ extras/Introjucer/Source/Project/jucer_AudioPluginModule.h
+ extras/Introjucer/Source/Project/jucer_ConfigTree_Base.h
+ extras/Introjucer/Source/Project/jucer_ConfigTree_Exporter.h
+ extras/Introjucer/Source/Project/jucer_ConfigTree_Modules.h
+ extras/Introjucer/Source/Project/jucer_GroupInformationComponent.h
+ extras/Introjucer/Source/Project/jucer_Module.cpp
+ extras/Introjucer/Source/Project/jucer_Module.h
+ extras/Introjucer/Source/Project/jucer_ModulesPanel.h
+ extras/Introjucer/Source/Project/jucer_Project.cpp
+ extras/Introjucer/Source/Project/jucer_Project.h
+ extras/Introjucer/Source/Project/jucer_ProjectContentComponent.cpp
+ extras/Introjucer/Source/Project/jucer_ProjectContentComponent.h
+ extras/Introjucer/Source/Project/jucer_ProjectTree_Base.h
+ extras/Introjucer/Source/Project/jucer_ProjectTree_File.h
+ extras/Introjucer/Source/Project/jucer_ProjectTree_Group.h
+ extras/Introjucer/Source/Project/jucer_ProjectType.cpp
+ extras/Introjucer/Source/Project/jucer_ProjectType.h
+ extras/Introjucer/Source/Project/jucer_TreeItemTypes.h
+ extras/Introjucer/Source/Utility/jucer_CodeHelpers.cpp
+ extras/Introjucer/Source/Utility/jucer_CodeHelpers.h
+ extras/Introjucer/Source/Utility/jucer_Colours.h
+ extras/Introjucer/Source/Utility/jucer_FileHelpers.cpp
+ extras/Introjucer/Source/Utility/jucer_FileHelpers.h
+ extras/Introjucer/Source/Utility/jucer_Icons.cpp
+ extras/Introjucer/Source/Utility/jucer_Icons.h
+ extras/Introjucer/Source/Utility/jucer_JucerTreeViewBase.cpp
+ extras/Introjucer/Source/Utility/jucer_JucerTreeViewBase.h
+ extras/Introjucer/Source/Utility/jucer_MiscUtilities.cpp
+ extras/Introjucer/Source/Utility/jucer_MiscUtilities.h
+ extras/Introjucer/Source/Utility/jucer_PresetIDs.h
+ extras/Introjucer/Source/Utility/jucer_RelativePath.h
+ extras/Introjucer/Source/Utility/jucer_SlidingPanelComponent.cpp
+ extras/Introjucer/Source/Utility/jucer_SlidingPanelComponent.h
+ extras/Introjucer/Source/Utility/jucer_StoredSettings.cpp
+ extras/Introjucer/Source/Utility/jucer_StoredSettings.h
+ extras/Introjucer/Source/Utility/jucer_TranslationTool.h
+ extras/Introjucer/Source/Utility/jucer_ValueSourceHelpers.h
+ extras/Introjucer/Source/Wizards/jucer_NewFileWizard.cpp
+ extras/Introjucer/Source/Wizards/jucer_NewFileWizard.h
+ extras/Introjucer/Source/Wizards/jucer_NewProjectWizard.h
+ extras/Introjucer/Source/Wizards/jucer_NewProjectWizardClasses.cpp
+ extras/Introjucer/Source/Wizards/jucer_NewProjectWizardClasses.h
+ extras/Introjucer/Source/Wizards/jucer_NewProjectWizardComponent.h
+ extras/Introjucer/Source/Wizards/jucer_ProjectWizard_Animated.h
+ extras/Introjucer/Source/Wizards/jucer_ProjectWizard_AudioApp.h
+ extras/Introjucer/Source/Wizards/jucer_ProjectWizard_AudioPlugin.h
+ extras/Introjucer/Source/Wizards/jucer_ProjectWizard_Blank.h
+ extras/Introjucer/Source/Wizards/jucer_ProjectWizard_Console.h
+ extras/Introjucer/Source/Wizards/jucer_ProjectWizard_DLL.h
+ extras/Introjucer/Source/Wizards/jucer_ProjectWizard_GUIApp.h
+ extras/Introjucer/Source/Wizards/jucer_ProjectWizard_StaticLibrary.h
+ extras/Introjucer/Source/Wizards/jucer_ProjectWizard_openGL.h
+ extras/Introjucer/Source/Wizards/jucer_StartPageComponent.h
+ extras/Introjucer/Source/Wizards/jucer_TemplateThumbnailsComponent.h
+ extras/Introjucer/Source/jucer_Headers.h
+ modules/juce_audio_basics/buffers/juce_AudioDataConverters.cpp
+ modules/juce_audio_basics/buffers/juce_AudioDataConverters.h
+ modules/juce_audio_basics/buffers/juce_AudioSampleBuffer.h
+ modules/juce_audio_basics/buffers/juce_FloatVectorOperations.cpp
+ modules/juce_audio_basics/buffers/juce_FloatVectorOperations.h
+ modules/juce_audio_basics/effects/juce_Decibels.h
+ modules/juce_audio_basics/effects/juce_FFT.cpp
+ modules/juce_audio_basics/effects/juce_FFT.h
+ modules/juce_audio_basics/effects/juce_IIRFilter.cpp
+ modules/juce_audio_basics/effects/juce_IIRFilter.h
+ modules/juce_audio_basics/effects/juce_LagrangeInterpolator.cpp
+ modules/juce_audio_basics/effects/juce_LagrangeInterpolator.h
+ modules/juce_audio_basics/effects/juce_LinearSmoothedValue.h
+ modules/juce_audio_basics/effects/juce_Reverb.h
+ modules/juce_audio_basics/juce_audio_basics.cpp
+ modules/juce_audio_basics/juce_audio_basics.h
+ modules/juce_audio_basics/juce_audio_basics.mm
+ modules/juce_audio_basics/midi/juce_MidiBuffer.cpp
+ modules/juce_audio_basics/midi/juce_MidiBuffer.h
+ modules/juce_audio_basics/midi/juce_MidiFile.cpp
+ modules/juce_audio_basics/midi/juce_MidiFile.h
+ modules/juce_audio_basics/midi/juce_MidiKeyboardState.cpp
+ modules/juce_audio_basics/midi/juce_MidiKeyboardState.h
+ modules/juce_audio_basics/midi/juce_MidiMessage.cpp
+ modules/juce_audio_basics/midi/juce_MidiMessage.h
+ modules/juce_audio_basics/midi/juce_MidiMessageSequence.cpp
+ modules/juce_audio_basics/midi/juce_MidiMessageSequence.h
+ modules/juce_audio_basics/midi/juce_MidiRPN.cpp
+ modules/juce_audio_basics/midi/juce_MidiRPN.h
+ modules/juce_audio_basics/mpe/juce_MPEInstrument.cpp
+ modules/juce_audio_basics/mpe/juce_MPEInstrument.h
+ modules/juce_audio_basics/mpe/juce_MPEMessages.cpp
+ modules/juce_audio_basics/mpe/juce_MPEMessages.h
+ modules/juce_audio_basics/mpe/juce_MPENote.cpp
+ modules/juce_audio_basics/mpe/juce_MPENote.h
+ modules/juce_audio_basics/mpe/juce_MPESynthesiser.cpp
+ modules/juce_audio_basics/mpe/juce_MPESynthesiser.h
+ modules/juce_audio_basics/mpe/juce_MPESynthesiserBase.cpp
+ modules/juce_audio_basics/mpe/juce_MPESynthesiserBase.h
+ modules/juce_audio_basics/mpe/juce_MPESynthesiserVoice.cpp
+ modules/juce_audio_basics/mpe/juce_MPESynthesiserVoice.h
+ modules/juce_audio_basics/mpe/juce_MPEValue.cpp
+ modules/juce_audio_basics/mpe/juce_MPEValue.h
+ modules/juce_audio_basics/mpe/juce_MPEZone.cpp
+ modules/juce_audio_basics/mpe/juce_MPEZone.h
+ modules/juce_audio_basics/mpe/juce_MPEZoneLayout.cpp
+ modules/juce_audio_basics/mpe/juce_MPEZoneLayout.h
+ modules/juce_audio_basics/sources/juce_AudioSource.h
+ modules/juce_audio_basics/sources/juce_BufferingAudioSource.cpp
+ modules/juce_audio_basics/sources/juce_BufferingAudioSource.h
+ modules/juce_audio_basics/sources/juce_ChannelRemappingAudioSource.cpp
+ modules/juce_audio_basics/sources/juce_ChannelRemappingAudioSource.h
+ modules/juce_audio_basics/sources/juce_IIRFilterAudioSource.cpp
+ modules/juce_audio_basics/sources/juce_IIRFilterAudioSource.h
+ modules/juce_audio_basics/sources/juce_MixerAudioSource.cpp
+ modules/juce_audio_basics/sources/juce_MixerAudioSource.h
+ modules/juce_audio_basics/sources/juce_PositionableAudioSource.h
+ modules/juce_audio_basics/sources/juce_ResamplingAudioSource.cpp
+ modules/juce_audio_basics/sources/juce_ResamplingAudioSource.h
+ modules/juce_audio_basics/sources/juce_ReverbAudioSource.cpp
+ modules/juce_audio_basics/sources/juce_ReverbAudioSource.h
+ modules/juce_audio_basics/sources/juce_ToneGeneratorAudioSource.cpp
+ modules/juce_audio_basics/sources/juce_ToneGeneratorAudioSource.h
+ modules/juce_audio_basics/synthesisers/juce_Synthesiser.cpp
+ modules/juce_audio_basics/synthesisers/juce_Synthesiser.h
+ modules/juce_audio_devices/audio_cd/juce_AudioCDBurner.h
+ modules/juce_audio_devices/audio_cd/juce_AudioCDReader.cpp
+ modules/juce_audio_devices/audio_cd/juce_AudioCDReader.h
+ modules/juce_audio_devices/audio_io/juce_AudioDeviceManager.cpp
+ modules/juce_audio_devices/audio_io/juce_AudioDeviceManager.h
+ modules/juce_audio_devices/audio_io/juce_AudioIODevice.cpp
+ modules/juce_audio_devices/audio_io/juce_AudioIODevice.h
+ modules/juce_audio_devices/audio_io/juce_AudioIODeviceType.cpp
+ modules/juce_audio_devices/audio_io/juce_AudioIODeviceType.h
+ modules/juce_audio_devices/audio_io/juce_SystemAudioVolume.h
+ modules/juce_audio_devices/juce_audio_devices.cpp
+ modules/juce_audio_devices/juce_audio_devices.h
+ modules/juce_audio_devices/juce_audio_devices.mm
+ modules/juce_audio_devices/midi_io/juce_MidiInput.h
+ modules/juce_audio_devices/midi_io/juce_MidiMessageCollector.cpp
+ modules/juce_audio_devices/midi_io/juce_MidiMessageCollector.h
+ modules/juce_audio_devices/midi_io/juce_MidiOutput.cpp
+ modules/juce_audio_devices/midi_io/juce_MidiOutput.h
+ modules/juce_audio_devices/native/juce_MidiDataConcatenator.h
+ modules/juce_audio_devices/native/juce_android_Audio.cpp
+ modules/juce_audio_devices/native/juce_android_Midi.cpp
+ modules/juce_audio_devices/native/juce_android_OpenSL.cpp
+ modules/juce_audio_devices/native/juce_ios_Audio.cpp
+ modules/juce_audio_devices/native/juce_linux_ALSA.cpp
+ modules/juce_audio_devices/native/juce_linux_AudioCDReader.cpp
+ modules/juce_audio_devices/native/juce_linux_JackAudio.cpp
+ modules/juce_audio_devices/native/juce_linux_Midi.cpp
+ modules/juce_audio_devices/native/juce_mac_AudioCDBurner.mm
+ modules/juce_audio_devices/native/juce_mac_AudioCDReader.mm
+ modules/juce_audio_devices/native/juce_mac_CoreAudio.cpp
+ modules/juce_audio_devices/native/juce_mac_CoreMidi.cpp
+ modules/juce_audio_devices/native/juce_win32_ASIO.cpp
+ modules/juce_audio_devices/native/juce_win32_AudioCDBurner.cpp
+ modules/juce_audio_devices/native/juce_win32_AudioCDReader.cpp
+ modules/juce_audio_devices/native/juce_win32_DirectSound.cpp
+ modules/juce_audio_devices/native/juce_win32_Midi.cpp
+ modules/juce_audio_devices/native/juce_win32_WASAPI.cpp
+ modules/juce_audio_devices/sources/juce_AudioSourcePlayer.cpp
+ modules/juce_audio_devices/sources/juce_AudioSourcePlayer.h
+ modules/juce_audio_devices/sources/juce_AudioTransportSource.cpp
+ modules/juce_audio_devices/sources/juce_AudioTransportSource.h
+ modules/juce_audio_formats/codecs/juce_AiffAudioFormat.cpp
+ modules/juce_audio_formats/codecs/juce_AiffAudioFormat.h
+ modules/juce_audio_formats/codecs/juce_CoreAudioFormat.cpp
+ modules/juce_audio_formats/codecs/juce_CoreAudioFormat.h
+ modules/juce_audio_formats/codecs/juce_FlacAudioFormat.cpp
+ modules/juce_audio_formats/codecs/juce_FlacAudioFormat.h
+ modules/juce_audio_formats/codecs/juce_LAMEEncoderAudioFormat.cpp
+ modules/juce_audio_formats/codecs/juce_LAMEEncoderAudioFormat.h
+ modules/juce_audio_formats/codecs/juce_MP3AudioFormat.cpp
+ modules/juce_audio_formats/codecs/juce_MP3AudioFormat.h
+ modules/juce_audio_formats/codecs/juce_OggVorbisAudioFormat.cpp
+ modules/juce_audio_formats/codecs/juce_OggVorbisAudioFormat.h
+ modules/juce_audio_formats/codecs/juce_QuickTimeAudioFormat.cpp
+ modules/juce_audio_formats/codecs/juce_QuickTimeAudioFormat.h
+ modules/juce_audio_formats/codecs/juce_WavAudioFormat.cpp
+ modules/juce_audio_formats/codecs/juce_WavAudioFormat.h
+ modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.cpp
+ modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.h
+ modules/juce_audio_formats/format/juce_AudioFormat.cpp
+ modules/juce_audio_formats/format/juce_AudioFormat.h
+ modules/juce_audio_formats/format/juce_AudioFormatManager.cpp
+ modules/juce_audio_formats/format/juce_AudioFormatManager.h
+ modules/juce_audio_formats/format/juce_AudioFormatReader.cpp
+ modules/juce_audio_formats/format/juce_AudioFormatReader.h
+ modules/juce_audio_formats/format/juce_AudioFormatReaderSource.cpp
+ modules/juce_audio_formats/format/juce_AudioFormatReaderSource.h
+ modules/juce_audio_formats/format/juce_AudioFormatWriter.cpp
+ modules/juce_audio_formats/format/juce_AudioFormatWriter.h
+ modules/juce_audio_formats/format/juce_AudioSubsectionReader.cpp
+ modules/juce_audio_formats/format/juce_AudioSubsectionReader.h
+ modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.cpp
+ modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.h
+ modules/juce_audio_formats/format/juce_MemoryMappedAudioFormatReader.h
+ modules/juce_audio_formats/juce_audio_formats.cpp
+ modules/juce_audio_formats/juce_audio_formats.h
+ modules/juce_audio_formats/juce_audio_formats.mm
+ modules/juce_audio_formats/sampler/juce_Sampler.cpp
+ modules/juce_audio_formats/sampler/juce_Sampler.h
+ modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp
+ modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.mm
+ modules/juce_audio_plugin_client/AU/juce_AU_Resources.r
+ modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm
+ modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode1.cpp
+ modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode2.cpp
+ modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode3.cpp
+ modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode_Header.h
+ modules/juce_audio_plugin_client/RTAS/juce_RTAS_MacUtilities.mm
+ modules/juce_audio_plugin_client/RTAS/juce_RTAS_WinUtilities.cpp
+ modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp
+ modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h
+ modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
+ modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.mm
+ modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp
+ modules/juce_audio_plugin_client/juce_audio_plugin_client.h
+ modules/juce_audio_plugin_client/utility/juce_CarbonVisibility.h
+ modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h
+ modules/juce_audio_plugin_client/utility/juce_FakeMouseMoveGenerator.h
+ modules/juce_audio_plugin_client/utility/juce_IncludeModuleHeaders.h
+ modules/juce_audio_plugin_client/utility/juce_IncludeSystemHeaders.h
+ modules/juce_audio_plugin_client/utility/juce_PluginBusUtilities.h
+ modules/juce_audio_plugin_client/utility/juce_PluginHostType.h
+ modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp
+ modules/juce_audio_plugin_client/utility/juce_WindowsHooks.h
+ modules/juce_audio_processors/format/juce_AudioPluginFormat.cpp
+ modules/juce_audio_processors/format/juce_AudioPluginFormat.h
+ modules/juce_audio_processors/format/juce_AudioPluginFormatManager.cpp
+ modules/juce_audio_processors/format/juce_AudioPluginFormatManager.h
+ modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.h
+ modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm
+ modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp
+ modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.h
+ modules/juce_audio_processors/format_types/juce_VST3Common.h
+ modules/juce_audio_processors/format_types/juce_VST3Headers.h
+ modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp
+ modules/juce_audio_processors/format_types/juce_VST3PluginFormat.h
+ modules/juce_audio_processors/format_types/juce_VSTMidiEventList.h
+ modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
+ modules/juce_audio_processors/format_types/juce_VSTPluginFormat.h
+ modules/juce_audio_processors/juce_audio_processors.cpp
+ modules/juce_audio_processors/juce_audio_processors.h
+ modules/juce_audio_processors/juce_audio_processors.mm
+ modules/juce_audio_processors/processors/juce_AudioChannelSet.cpp
+ modules/juce_audio_processors/processors/juce_AudioChannelSet.h
+ modules/juce_audio_processors/processors/juce_AudioPlayHead.h
+ modules/juce_audio_processors/processors/juce_AudioPluginInstance.h
+ modules/juce_audio_processors/processors/juce_AudioProcessor.cpp
+ modules/juce_audio_processors/processors/juce_AudioProcessor.h
+ modules/juce_audio_processors/processors/juce_AudioProcessorEditor.cpp
+ modules/juce_audio_processors/processors/juce_AudioProcessorEditor.h
+ modules/juce_audio_processors/processors/juce_AudioProcessorGraph.cpp
+ modules/juce_audio_processors/processors/juce_AudioProcessorGraph.h
+ modules/juce_audio_processors/processors/juce_AudioProcessorListener.h
+ modules/juce_audio_processors/processors/juce_AudioProcessorParameter.h
+ modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.cpp
+ modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h
+ modules/juce_audio_processors/processors/juce_PluginDescription.cpp
+ modules/juce_audio_processors/processors/juce_PluginDescription.h
+ modules/juce_audio_processors/scanning/juce_KnownPluginList.cpp
+ modules/juce_audio_processors/scanning/juce_KnownPluginList.h
+ modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.cpp
+ modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.h
+ modules/juce_audio_processors/scanning/juce_PluginListComponent.cpp
+ modules/juce_audio_processors/scanning/juce_PluginListComponent.h
+ modules/juce_audio_utils/gui/juce_AudioAppComponent.cpp
+ modules/juce_audio_utils/gui/juce_AudioAppComponent.h
+ modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.cpp
+ modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.h
+ modules/juce_audio_utils/gui/juce_AudioThumbnail.cpp
+ modules/juce_audio_utils/gui/juce_AudioThumbnail.h
+ modules/juce_audio_utils/gui/juce_AudioThumbnailBase.h
+ modules/juce_audio_utils/gui/juce_AudioThumbnailCache.cpp
+ modules/juce_audio_utils/gui/juce_AudioThumbnailCache.h
+ modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.cpp
+ modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.h
+ modules/juce_audio_utils/gui/juce_BluetoothMidiDevicePairingDialogue.h
+ modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.cpp
+ modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.h
+ modules/juce_audio_utils/juce_audio_utils.cpp
+ modules/juce_audio_utils/juce_audio_utils.h
+ modules/juce_audio_utils/juce_audio_utils.mm
+ modules/juce_audio_utils/native/juce_android_BluetoothMidiDevicePairingDialogue.cpp
+ modules/juce_audio_utils/native/juce_ios_BluetoothMidiDevicePairingDialogue.mm
+ modules/juce_audio_utils/native/juce_linux_BluetoothMidiDevicePairingDialogue.cpp
+ modules/juce_audio_utils/native/juce_mac_BluetoothMidiDevicePairingDialogue.mm
+ modules/juce_audio_utils/native/juce_win_BluetoothMidiDevicePairingDialogue.cpp
+ modules/juce_audio_utils/players/juce_AudioProcessorPlayer.cpp
+ modules/juce_audio_utils/players/juce_AudioProcessorPlayer.h
+ modules/juce_box2d/juce_box2d.cpp
+ modules/juce_box2d/juce_box2d.h
+ modules/juce_box2d/utils/juce_Box2DRenderer.cpp
+ modules/juce_box2d/utils/juce_Box2DRenderer.h
+ modules/juce_browser_plugin_client/juce_browser_plugin.cpp
+ modules/juce_browser_plugin_client/juce_browser_plugin.h
+ modules/juce_browser_plugin_client/juce_browser_plugin.mm
+ modules/juce_browser_plugin_client/wrapper/juce_ActiveX_GlueCode.cpp
+ modules/juce_browser_plugin_client/wrapper/juce_BrowserPluginComponent.h
+ modules/juce_browser_plugin_client/wrapper/juce_NPAPI_GlueCode.cpp
+ modules/juce_core/native/java/JuceAppActivity.java
+ modules/juce_cryptography/encryption/juce_BlowFish.cpp
+ modules/juce_cryptography/encryption/juce_BlowFish.h
+ modules/juce_cryptography/encryption/juce_Primes.cpp
+ modules/juce_cryptography/encryption/juce_Primes.h
+ modules/juce_cryptography/encryption/juce_RSAKey.cpp
+ modules/juce_cryptography/encryption/juce_RSAKey.h
+ modules/juce_cryptography/hashing/juce_MD5.cpp
+ modules/juce_cryptography/hashing/juce_MD5.h
+ modules/juce_cryptography/hashing/juce_SHA256.cpp
+ modules/juce_cryptography/hashing/juce_SHA256.h
+ modules/juce_cryptography/hashing/juce_Whirlpool.cpp
+ modules/juce_cryptography/hashing/juce_Whirlpool.h
+ modules/juce_cryptography/juce_cryptography.cpp
+ modules/juce_cryptography/juce_cryptography.h
+ modules/juce_cryptography/juce_cryptography.mm
+ modules/juce_data_structures/app_properties/juce_ApplicationProperties.cpp
+ modules/juce_data_structures/app_properties/juce_ApplicationProperties.h
+ modules/juce_data_structures/app_properties/juce_PropertiesFile.cpp
+ modules/juce_data_structures/app_properties/juce_PropertiesFile.h
+ modules/juce_data_structures/juce_data_structures.cpp
+ modules/juce_data_structures/juce_data_structures.h
+ modules/juce_data_structures/juce_data_structures.mm
+ modules/juce_data_structures/undomanager/juce_UndoManager.cpp
+ modules/juce_data_structures/undomanager/juce_UndoManager.h
+ modules/juce_data_structures/undomanager/juce_UndoableAction.h
+ modules/juce_data_structures/values/juce_Value.cpp
+ modules/juce_data_structures/values/juce_Value.h
+ modules/juce_data_structures/values/juce_ValueTree.cpp
+ modules/juce_data_structures/values/juce_ValueTree.h
+ modules/juce_data_structures/values/juce_ValueTreeSynchroniser.cpp
+ modules/juce_data_structures/values/juce_ValueTreeSynchroniser.h
+ modules/juce_events/broadcasters/juce_ActionBroadcaster.cpp
+ modules/juce_events/broadcasters/juce_ActionBroadcaster.h
+ modules/juce_events/broadcasters/juce_ActionListener.h
+ modules/juce_events/broadcasters/juce_AsyncUpdater.cpp
+ modules/juce_events/broadcasters/juce_AsyncUpdater.h
+ modules/juce_events/broadcasters/juce_ChangeBroadcaster.cpp
+ modules/juce_events/broadcasters/juce_ChangeBroadcaster.h
+ modules/juce_events/broadcasters/juce_ChangeListener.h
+ modules/juce_events/interprocess/juce_ConnectedChildProcess.cpp
+ modules/juce_events/interprocess/juce_ConnectedChildProcess.h
+ modules/juce_events/interprocess/juce_InterprocessConnection.cpp
+ modules/juce_events/interprocess/juce_InterprocessConnection.h
+ modules/juce_events/interprocess/juce_InterprocessConnectionServer.cpp
+ modules/juce_events/interprocess/juce_InterprocessConnectionServer.h
+ modules/juce_events/juce_events.cpp
+ modules/juce_events/juce_events.h
+ modules/juce_events/juce_events.mm
+ modules/juce_events/messages/juce_ApplicationBase.cpp
+ modules/juce_events/messages/juce_ApplicationBase.h
+ modules/juce_events/messages/juce_CallbackMessage.h
+ modules/juce_events/messages/juce_DeletedAtShutdown.cpp
+ modules/juce_events/messages/juce_DeletedAtShutdown.h
+ modules/juce_events/messages/juce_Initialisation.h
+ modules/juce_events/messages/juce_Message.h
+ modules/juce_events/messages/juce_MessageListener.cpp
+ modules/juce_events/messages/juce_MessageListener.h
+ modules/juce_events/messages/juce_MessageManager.cpp
+ modules/juce_events/messages/juce_MessageManager.h
+ modules/juce_events/messages/juce_MountedVolumeListChangeDetector.h
+ modules/juce_events/messages/juce_NotificationType.h
+ modules/juce_events/native/juce_ScopedXLock.h
+ modules/juce_events/native/juce_android_Messaging.cpp
+ modules/juce_events/native/juce_ios_MessageManager.mm
+ modules/juce_events/native/juce_linux_Messaging.cpp
+ modules/juce_events/native/juce_mac_MessageManager.mm
+ modules/juce_events/native/juce_osx_MessageQueue.h
+ modules/juce_events/native/juce_win32_HiddenMessageWindow.h
+ modules/juce_events/native/juce_win32_Messaging.cpp
+ modules/juce_events/timers/juce_MultiTimer.cpp
+ modules/juce_events/timers/juce_MultiTimer.h
+ modules/juce_events/timers/juce_Timer.cpp
+ modules/juce_events/timers/juce_Timer.h
+ modules/juce_graphics/colour/juce_Colour.cpp
+ modules/juce_graphics/colour/juce_Colour.h
+ modules/juce_graphics/colour/juce_ColourGradient.cpp
+ modules/juce_graphics/colour/juce_ColourGradient.h
+ modules/juce_graphics/colour/juce_Colours.cpp
+ modules/juce_graphics/colour/juce_Colours.h
+ modules/juce_graphics/colour/juce_FillType.cpp
+ modules/juce_graphics/colour/juce_FillType.h
+ modules/juce_graphics/colour/juce_PixelFormats.h
+ modules/juce_graphics/contexts/juce_GraphicsContext.cpp
+ modules/juce_graphics/contexts/juce_GraphicsContext.h
+ modules/juce_graphics/contexts/juce_LowLevelGraphicsContext.h
+ modules/juce_graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.cpp
+ modules/juce_graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.h
+ modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.cpp
+ modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.h
+ modules/juce_graphics/effects/juce_DropShadowEffect.cpp
+ modules/juce_graphics/effects/juce_DropShadowEffect.h
+ modules/juce_graphics/effects/juce_GlowEffect.cpp
+ modules/juce_graphics/effects/juce_GlowEffect.h
+ modules/juce_graphics/effects/juce_ImageEffectFilter.h
+ modules/juce_graphics/fonts/juce_AttributedString.cpp
+ modules/juce_graphics/fonts/juce_AttributedString.h
+ modules/juce_graphics/fonts/juce_CustomTypeface.cpp
+ modules/juce_graphics/fonts/juce_CustomTypeface.h
+ modules/juce_graphics/fonts/juce_Font.cpp
+ modules/juce_graphics/fonts/juce_Font.h
+ modules/juce_graphics/fonts/juce_GlyphArrangement.cpp
+ modules/juce_graphics/fonts/juce_GlyphArrangement.h
+ modules/juce_graphics/fonts/juce_TextLayout.cpp
+ modules/juce_graphics/fonts/juce_TextLayout.h
+ modules/juce_graphics/fonts/juce_Typeface.cpp
+ modules/juce_graphics/fonts/juce_Typeface.h
+ modules/juce_graphics/geometry/juce_AffineTransform.cpp
+ modules/juce_graphics/geometry/juce_AffineTransform.h
+ modules/juce_graphics/geometry/juce_BorderSize.h
+ modules/juce_graphics/geometry/juce_EdgeTable.cpp
+ modules/juce_graphics/geometry/juce_EdgeTable.h
+ modules/juce_graphics/geometry/juce_Line.h
+ modules/juce_graphics/geometry/juce_Path.cpp
+ modules/juce_graphics/geometry/juce_Path.h
+ modules/juce_graphics/geometry/juce_PathIterator.cpp
+ modules/juce_graphics/geometry/juce_PathIterator.h
+ modules/juce_graphics/geometry/juce_PathStrokeType.cpp
+ modules/juce_graphics/geometry/juce_PathStrokeType.h
+ modules/juce_graphics/geometry/juce_Point.h
+ modules/juce_graphics/geometry/juce_Rectangle.h
+ modules/juce_graphics/geometry/juce_RectangleList.h
+ modules/juce_graphics/image_formats/juce_GIFLoader.cpp
+ modules/juce_graphics/image_formats/juce_JPEGLoader.cpp
+ modules/juce_graphics/image_formats/juce_PNGLoader.cpp
+ modules/juce_graphics/images/juce_Image.cpp
+ modules/juce_graphics/images/juce_Image.h
+ modules/juce_graphics/images/juce_ImageCache.cpp
+ modules/juce_graphics/images/juce_ImageCache.h
+ modules/juce_graphics/images/juce_ImageConvolutionKernel.cpp
+ modules/juce_graphics/images/juce_ImageConvolutionKernel.h
+ modules/juce_graphics/images/juce_ImageFileFormat.cpp
+ modules/juce_graphics/images/juce_ImageFileFormat.h
+ modules/juce_graphics/juce_graphics.cpp
+ modules/juce_graphics/juce_graphics.h
+ modules/juce_graphics/juce_graphics.mm
+ modules/juce_graphics/native/juce_RenderingHelpers.h
+ modules/juce_graphics/native/juce_android_Fonts.cpp
+ modules/juce_graphics/native/juce_android_GraphicsContext.cpp
+ modules/juce_graphics/native/juce_freetype_Fonts.cpp
+ modules/juce_graphics/native/juce_linux_Fonts.cpp
+ modules/juce_graphics/native/juce_mac_CoreGraphicsContext.h
+ modules/juce_graphics/native/juce_mac_CoreGraphicsContext.mm
+ modules/juce_graphics/native/juce_mac_CoreGraphicsHelpers.h
+ modules/juce_graphics/native/juce_mac_Fonts.mm
+ modules/juce_graphics/native/juce_win32_Direct2DGraphicsContext.cpp
+ modules/juce_graphics/native/juce_win32_DirectWriteTypeLayout.cpp
+ modules/juce_graphics/native/juce_win32_DirectWriteTypeface.cpp
+ modules/juce_graphics/native/juce_win32_Fonts.cpp
+ modules/juce_graphics/placement/juce_Justification.h
+ modules/juce_graphics/placement/juce_RectanglePlacement.cpp
+ modules/juce_graphics/placement/juce_RectanglePlacement.h
+ modules/juce_gui_basics/application/juce_Application.cpp
+ modules/juce_gui_basics/application/juce_Application.h
+ modules/juce_gui_basics/buttons/juce_ArrowButton.cpp
+ modules/juce_gui_basics/buttons/juce_ArrowButton.h
+ modules/juce_gui_basics/buttons/juce_Button.cpp
+ modules/juce_gui_basics/buttons/juce_Button.h
+ modules/juce_gui_basics/buttons/juce_DrawableButton.cpp
+ modules/juce_gui_basics/buttons/juce_DrawableButton.h
+ modules/juce_gui_basics/buttons/juce_HyperlinkButton.cpp
+ modules/juce_gui_basics/buttons/juce_HyperlinkButton.h
+ modules/juce_gui_basics/buttons/juce_ImageButton.cpp
+ modules/juce_gui_basics/buttons/juce_ImageButton.h
+ modules/juce_gui_basics/buttons/juce_ShapeButton.cpp
+ modules/juce_gui_basics/buttons/juce_ShapeButton.h
+ modules/juce_gui_basics/buttons/juce_TextButton.cpp
+ modules/juce_gui_basics/buttons/juce_TextButton.h
+ modules/juce_gui_basics/buttons/juce_ToggleButton.cpp
+ modules/juce_gui_basics/buttons/juce_ToggleButton.h
+ modules/juce_gui_basics/buttons/juce_ToolbarButton.cpp
+ modules/juce_gui_basics/buttons/juce_ToolbarButton.h
+ modules/juce_gui_basics/commands/juce_ApplicationCommandID.h
+ modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.cpp
+ modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.h
+ modules/juce_gui_basics/commands/juce_ApplicationCommandManager.cpp
+ modules/juce_gui_basics/commands/juce_ApplicationCommandManager.h
+ modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.cpp
+ modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.h
+ modules/juce_gui_basics/commands/juce_KeyPressMappingSet.cpp
+ modules/juce_gui_basics/commands/juce_KeyPressMappingSet.h
+ modules/juce_gui_basics/components/juce_CachedComponentImage.h
+ modules/juce_gui_basics/components/juce_Component.cpp
+ modules/juce_gui_basics/components/juce_Component.h
+ modules/juce_gui_basics/components/juce_ComponentListener.cpp
+ modules/juce_gui_basics/components/juce_ComponentListener.h
+ modules/juce_gui_basics/components/juce_Desktop.cpp
+ modules/juce_gui_basics/components/juce_Desktop.h
+ modules/juce_gui_basics/components/juce_ModalComponentManager.cpp
+ modules/juce_gui_basics/components/juce_ModalComponentManager.h
+ modules/juce_gui_basics/drawables/juce_Drawable.cpp
+ modules/juce_gui_basics/drawables/juce_Drawable.h
+ modules/juce_gui_basics/drawables/juce_DrawableComposite.cpp
+ modules/juce_gui_basics/drawables/juce_DrawableComposite.h
+ modules/juce_gui_basics/drawables/juce_DrawableImage.cpp
+ modules/juce_gui_basics/drawables/juce_DrawableImage.h
+ modules/juce_gui_basics/drawables/juce_DrawablePath.cpp
+ modules/juce_gui_basics/drawables/juce_DrawablePath.h
+ modules/juce_gui_basics/drawables/juce_DrawableRectangle.cpp
+ modules/juce_gui_basics/drawables/juce_DrawableRectangle.h
+ modules/juce_gui_basics/drawables/juce_DrawableShape.cpp
+ modules/juce_gui_basics/drawables/juce_DrawableShape.h
+ modules/juce_gui_basics/drawables/juce_DrawableText.cpp
+ modules/juce_gui_basics/drawables/juce_DrawableText.h
+ modules/juce_gui_basics/drawables/juce_SVGParser.cpp
+ modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.cpp
+ modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.h
+ modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.cpp
+ modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.h
+ modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.cpp
+ modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.h
+ modules/juce_gui_basics/filebrowser/juce_FileBrowserListener.h
+ modules/juce_gui_basics/filebrowser/juce_FileChooser.cpp
+ modules/juce_gui_basics/filebrowser/juce_FileChooser.h
+ modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.cpp
+ modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.h
+ modules/juce_gui_basics/filebrowser/juce_FileListComponent.cpp
+ modules/juce_gui_basics/filebrowser/juce_FileListComponent.h
+ modules/juce_gui_basics/filebrowser/juce_FilePreviewComponent.h
+ modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.cpp
+ modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.h
+ modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.cpp
+ modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.h
+ modules/juce_gui_basics/filebrowser/juce_FilenameComponent.cpp
+ modules/juce_gui_basics/filebrowser/juce_FilenameComponent.h
+ modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.cpp
+ modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.h
+ modules/juce_gui_basics/juce_gui_basics.cpp
+ modules/juce_gui_basics/juce_gui_basics.h
+ modules/juce_gui_basics/juce_gui_basics.mm
+ modules/juce_gui_basics/keyboard/juce_CaretComponent.cpp
+ modules/juce_gui_basics/keyboard/juce_CaretComponent.h
+ modules/juce_gui_basics/keyboard/juce_KeyListener.cpp
+ modules/juce_gui_basics/keyboard/juce_KeyListener.h
+ modules/juce_gui_basics/keyboard/juce_KeyPress.cpp
+ modules/juce_gui_basics/keyboard/juce_KeyPress.h
+ modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.cpp
+ modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.h
+ modules/juce_gui_basics/keyboard/juce_ModifierKeys.cpp
+ modules/juce_gui_basics/keyboard/juce_ModifierKeys.h
+ modules/juce_gui_basics/keyboard/juce_SystemClipboard.h
+ modules/juce_gui_basics/keyboard/juce_TextEditorKeyMapper.h
+ modules/juce_gui_basics/keyboard/juce_TextInputTarget.h
+ modules/juce_gui_basics/layout/juce_AnimatedPosition.h
+ modules/juce_gui_basics/layout/juce_AnimatedPositionBehaviours.h
+ modules/juce_gui_basics/layout/juce_ComponentAnimator.cpp
+ modules/juce_gui_basics/layout/juce_ComponentAnimator.h
+ modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.cpp
+ modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.h
+ modules/juce_gui_basics/layout/juce_ComponentBuilder.cpp
+ modules/juce_gui_basics/layout/juce_ComponentBuilder.h
+ modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.cpp
+ modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.h
+ modules/juce_gui_basics/layout/juce_ConcertinaPanel.cpp
+ modules/juce_gui_basics/layout/juce_ConcertinaPanel.h
+ modules/juce_gui_basics/layout/juce_GroupComponent.cpp
+ modules/juce_gui_basics/layout/juce_GroupComponent.h
+ modules/juce_gui_basics/layout/juce_MultiDocumentPanel.cpp
+ modules/juce_gui_basics/layout/juce_MultiDocumentPanel.h
+ modules/juce_gui_basics/layout/juce_ResizableBorderComponent.cpp
+ modules/juce_gui_basics/layout/juce_ResizableBorderComponent.h
+ modules/juce_gui_basics/layout/juce_ResizableCornerComponent.cpp
+ modules/juce_gui_basics/layout/juce_ResizableCornerComponent.h
+ modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.cpp
+ modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h
+ modules/juce_gui_basics/layout/juce_ScrollBar.cpp
+ modules/juce_gui_basics/layout/juce_ScrollBar.h
+ modules/juce_gui_basics/layout/juce_StretchableLayoutManager.cpp
+ modules/juce_gui_basics/layout/juce_StretchableLayoutManager.h
+ modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.cpp
+ modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.h
+ modules/juce_gui_basics/layout/juce_StretchableObjectResizer.cpp
+ modules/juce_gui_basics/layout/juce_StretchableObjectResizer.h
+ modules/juce_gui_basics/layout/juce_TabbedButtonBar.cpp
+ modules/juce_gui_basics/layout/juce_TabbedButtonBar.h
+ modules/juce_gui_basics/layout/juce_TabbedComponent.cpp
+ modules/juce_gui_basics/layout/juce_TabbedComponent.h
+ modules/juce_gui_basics/layout/juce_Viewport.cpp
+ modules/juce_gui_basics/layout/juce_Viewport.h
+ modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.cpp
+ modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.h
+ modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V1.cpp
+ modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V1.h
+ modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.cpp
+ modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.h
+ modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.cpp
+ modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.h
+ modules/juce_gui_basics/menus/juce_MenuBarComponent.cpp
+ modules/juce_gui_basics/menus/juce_MenuBarComponent.h
+ modules/juce_gui_basics/menus/juce_MenuBarModel.cpp
+ modules/juce_gui_basics/menus/juce_MenuBarModel.h
+ modules/juce_gui_basics/menus/juce_PopupMenu.cpp
+ modules/juce_gui_basics/menus/juce_PopupMenu.h
+ modules/juce_gui_basics/misc/juce_BubbleComponent.cpp
+ modules/juce_gui_basics/misc/juce_BubbleComponent.h
+ modules/juce_gui_basics/misc/juce_DropShadower.cpp
+ modules/juce_gui_basics/misc/juce_DropShadower.h
+ modules/juce_gui_basics/mouse/juce_ComponentDragger.cpp
+ modules/juce_gui_basics/mouse/juce_ComponentDragger.h
+ modules/juce_gui_basics/mouse/juce_DragAndDropContainer.cpp
+ modules/juce_gui_basics/mouse/juce_DragAndDropContainer.h
+ modules/juce_gui_basics/mouse/juce_DragAndDropTarget.h
+ modules/juce_gui_basics/mouse/juce_FileDragAndDropTarget.h
+ modules/juce_gui_basics/mouse/juce_LassoComponent.h
+ modules/juce_gui_basics/mouse/juce_MouseCursor.cpp
+ modules/juce_gui_basics/mouse/juce_MouseCursor.h
+ modules/juce_gui_basics/mouse/juce_MouseEvent.cpp
+ modules/juce_gui_basics/mouse/juce_MouseEvent.h
+ modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.cpp
+ modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.h
+ modules/juce_gui_basics/mouse/juce_MouseInputSource.cpp
+ modules/juce_gui_basics/mouse/juce_MouseInputSource.h
+ modules/juce_gui_basics/mouse/juce_MouseListener.cpp
+ modules/juce_gui_basics/mouse/juce_MouseListener.h
+ modules/juce_gui_basics/mouse/juce_SelectedItemSet.h
+ modules/juce_gui_basics/mouse/juce_TextDragAndDropTarget.h
+ modules/juce_gui_basics/mouse/juce_TooltipClient.h
+ modules/juce_gui_basics/native/juce_MultiTouchMapper.h
+ modules/juce_gui_basics/native/juce_android_FileChooser.cpp
+ modules/juce_gui_basics/native/juce_android_Windowing.cpp
+ modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm
+ modules/juce_gui_basics/native/juce_ios_Windowing.mm
+ modules/juce_gui_basics/native/juce_linux_Clipboard.cpp
+ modules/juce_gui_basics/native/juce_linux_FileChooser.cpp
+ modules/juce_gui_basics/native/juce_linux_Windowing.cpp
+ modules/juce_gui_basics/native/juce_mac_FileChooser.mm
+ modules/juce_gui_basics/native/juce_mac_MainMenu.mm
+ modules/juce_gui_basics/native/juce_mac_MouseCursor.mm
+ modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm
+ modules/juce_gui_basics/native/juce_mac_Windowing.mm
+ modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp
+ modules/juce_gui_basics/native/juce_win32_FileChooser.cpp
+ modules/juce_gui_basics/native/juce_win32_Windowing.cpp
+ modules/juce_gui_basics/positioning/juce_MarkerList.cpp
+ modules/juce_gui_basics/positioning/juce_MarkerList.h
+ modules/juce_gui_basics/positioning/juce_RelativeCoordinate.cpp
+ modules/juce_gui_basics/positioning/juce_RelativeCoordinate.h
+ modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.cpp
+ modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.h
+ modules/juce_gui_basics/positioning/juce_RelativeParallelogram.cpp
+ modules/juce_gui_basics/positioning/juce_RelativeParallelogram.h
+ modules/juce_gui_basics/positioning/juce_RelativePoint.cpp
+ modules/juce_gui_basics/positioning/juce_RelativePoint.h
+ modules/juce_gui_basics/positioning/juce_RelativePointPath.cpp
+ modules/juce_gui_basics/positioning/juce_RelativePointPath.h
+ modules/juce_gui_basics/positioning/juce_RelativeRectangle.cpp
+ modules/juce_gui_basics/positioning/juce_RelativeRectangle.h
+ modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.cpp
+ modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.h
+ modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.cpp
+ modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h
+ modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp
+ modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h
+ modules/juce_gui_basics/properties/juce_PropertyComponent.cpp
+ modules/juce_gui_basics/properties/juce_PropertyComponent.h
+ modules/juce_gui_basics/properties/juce_PropertyPanel.cpp
+ modules/juce_gui_basics/properties/juce_PropertyPanel.h
+ modules/juce_gui_basics/properties/juce_SliderPropertyComponent.cpp
+ modules/juce_gui_basics/properties/juce_SliderPropertyComponent.h
+ modules/juce_gui_basics/properties/juce_TextPropertyComponent.cpp
+ modules/juce_gui_basics/properties/juce_TextPropertyComponent.h
+ modules/juce_gui_basics/widgets/juce_ComboBox.cpp
+ modules/juce_gui_basics/widgets/juce_ComboBox.h
+ modules/juce_gui_basics/widgets/juce_ImageComponent.cpp
+ modules/juce_gui_basics/widgets/juce_ImageComponent.h
+ modules/juce_gui_basics/widgets/juce_Label.cpp
+ modules/juce_gui_basics/widgets/juce_Label.h
+ modules/juce_gui_basics/widgets/juce_ListBox.cpp
+ modules/juce_gui_basics/widgets/juce_ListBox.h
+ modules/juce_gui_basics/widgets/juce_ProgressBar.cpp
+ modules/juce_gui_basics/widgets/juce_ProgressBar.h
+ modules/juce_gui_basics/widgets/juce_Slider.cpp
+ modules/juce_gui_basics/widgets/juce_Slider.h
+ modules/juce_gui_basics/widgets/juce_TableHeaderComponent.cpp
+ modules/juce_gui_basics/widgets/juce_TableHeaderComponent.h
+ modules/juce_gui_basics/widgets/juce_TableListBox.cpp
+ modules/juce_gui_basics/widgets/juce_TableListBox.h
+ modules/juce_gui_basics/widgets/juce_TextEditor.cpp
+ modules/juce_gui_basics/widgets/juce_TextEditor.h
+ modules/juce_gui_basics/widgets/juce_Toolbar.cpp
+ modules/juce_gui_basics/widgets/juce_Toolbar.h
+ modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.cpp
+ modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.h
+ modules/juce_gui_basics/widgets/juce_ToolbarItemFactory.h
+ modules/juce_gui_basics/widgets/juce_ToolbarItemPalette.cpp
+ modules/juce_gui_basics/widgets/juce_ToolbarItemPalette.h
+ modules/juce_gui_basics/widgets/juce_TreeView.cpp
+ modules/juce_gui_basics/widgets/juce_TreeView.h
+ modules/juce_gui_basics/windows/juce_AlertWindow.cpp
+ modules/juce_gui_basics/windows/juce_AlertWindow.h
+ modules/juce_gui_basics/windows/juce_CallOutBox.cpp
+ modules/juce_gui_basics/windows/juce_CallOutBox.h
+ modules/juce_gui_basics/windows/juce_ComponentPeer.cpp
+ modules/juce_gui_basics/windows/juce_ComponentPeer.h
+ modules/juce_gui_basics/windows/juce_DialogWindow.cpp
+ modules/juce_gui_basics/windows/juce_DialogWindow.h
+ modules/juce_gui_basics/windows/juce_DocumentWindow.cpp
+ modules/juce_gui_basics/windows/juce_DocumentWindow.h
+ modules/juce_gui_basics/windows/juce_NativeMessageBox.h
+ modules/juce_gui_basics/windows/juce_ResizableWindow.cpp
+ modules/juce_gui_basics/windows/juce_ResizableWindow.h
+ modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp
+ modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h
+ modules/juce_gui_basics/windows/juce_TooltipWindow.cpp
+ modules/juce_gui_basics/windows/juce_TooltipWindow.h
+ modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp
+ modules/juce_gui_basics/windows/juce_TopLevelWindow.h
+ modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniser.cpp
+ modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniser.h
+ modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniserFunctions.h
+ modules/juce_gui_extra/code_editor/juce_CodeDocument.cpp
+ modules/juce_gui_extra/code_editor/juce_CodeDocument.h
+ modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp
+ modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.h
+ modules/juce_gui_extra/code_editor/juce_CodeTokeniser.h
+ modules/juce_gui_extra/code_editor/juce_LuaCodeTokeniser.cpp
+ modules/juce_gui_extra/code_editor/juce_LuaCodeTokeniser.h
+ modules/juce_gui_extra/code_editor/juce_XMLCodeTokeniser.cpp
+ modules/juce_gui_extra/code_editor/juce_XMLCodeTokeniser.h
+ modules/juce_gui_extra/documents/juce_FileBasedDocument.cpp
+ modules/juce_gui_extra/documents/juce_FileBasedDocument.h
+ modules/juce_gui_extra/embedding/juce_ActiveXControlComponent.h
+ modules/juce_gui_extra/embedding/juce_NSViewComponent.h
+ modules/juce_gui_extra/embedding/juce_UIViewComponent.h
+ modules/juce_gui_extra/juce_gui_extra.cpp
+ modules/juce_gui_extra/juce_gui_extra.h
+ modules/juce_gui_extra/juce_gui_extra.mm
+ modules/juce_gui_extra/misc/juce_AnimatedAppComponent.cpp
+ modules/juce_gui_extra/misc/juce_AnimatedAppComponent.h
+ modules/juce_gui_extra/misc/juce_AppleRemote.h
+ modules/juce_gui_extra/misc/juce_BubbleMessageComponent.cpp
+ modules/juce_gui_extra/misc/juce_BubbleMessageComponent.h
+ modules/juce_gui_extra/misc/juce_ColourSelector.cpp
+ modules/juce_gui_extra/misc/juce_ColourSelector.h
+ modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.cpp
+ modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.h
+ modules/juce_gui_extra/misc/juce_LiveConstantEditor.cpp
+ modules/juce_gui_extra/misc/juce_LiveConstantEditor.h
+ modules/juce_gui_extra/misc/juce_PreferencesPanel.cpp
+ modules/juce_gui_extra/misc/juce_PreferencesPanel.h
+ modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.cpp
+ modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.h
+ modules/juce_gui_extra/misc/juce_SplashScreen.cpp
+ modules/juce_gui_extra/misc/juce_SplashScreen.h
+ modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.cpp
+ modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.h
+ modules/juce_gui_extra/misc/juce_WebBrowserComponent.h
+ modules/juce_gui_extra/native/juce_android_WebBrowserComponent.cpp
+ modules/juce_gui_extra/native/juce_ios_UIViewComponent.mm
+ modules/juce_gui_extra/native/juce_linux_SystemTrayIcon.cpp
+ modules/juce_gui_extra/native/juce_linux_WebBrowserComponent.cpp
+ modules/juce_gui_extra/native/juce_mac_AppleRemote.mm
+ modules/juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h
+ modules/juce_gui_extra/native/juce_mac_NSViewComponent.mm
+ modules/juce_gui_extra/native/juce_mac_SystemTrayIcon.cpp
+ modules/juce_gui_extra/native/juce_mac_WebBrowserComponent.mm
+ modules/juce_gui_extra/native/juce_win32_ActiveXComponent.cpp
+ modules/juce_gui_extra/native/juce_win32_SystemTrayIcon.cpp
+ modules/juce_gui_extra/native/juce_win32_WebBrowserComponent.cpp
+ modules/juce_opengl/geometry/juce_Draggable3DOrientation.h
+ modules/juce_opengl/geometry/juce_Matrix3D.h
+ modules/juce_opengl/geometry/juce_Quaternion.h
+ modules/juce_opengl/geometry/juce_Vector3D.h
+ modules/juce_opengl/juce_opengl.cpp
+ modules/juce_opengl/juce_opengl.h
+ modules/juce_opengl/juce_opengl.mm
+ modules/juce_opengl/native/juce_MissingGLDefinitions.h
+ modules/juce_opengl/native/juce_OpenGLExtensions.h
+ modules/juce_opengl/native/juce_OpenGL_android.h
+ modules/juce_opengl/native/juce_OpenGL_ios.h
+ modules/juce_opengl/native/juce_OpenGL_linux.h
+ modules/juce_opengl/native/juce_OpenGL_osx.h
+ modules/juce_opengl/native/juce_OpenGL_win32.h
+ modules/juce_opengl/opengl/juce_OpenGLContext.cpp
+ modules/juce_opengl/opengl/juce_OpenGLContext.h
+ modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.cpp
+ modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.h
+ modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp
+ modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.h
+ modules/juce_opengl/opengl/juce_OpenGLHelpers.cpp
+ modules/juce_opengl/opengl/juce_OpenGLHelpers.h
+ modules/juce_opengl/opengl/juce_OpenGLImage.cpp
+ modules/juce_opengl/opengl/juce_OpenGLImage.h
+ modules/juce_opengl/opengl/juce_OpenGLPixelFormat.cpp
+ modules/juce_opengl/opengl/juce_OpenGLPixelFormat.h
+ modules/juce_opengl/opengl/juce_OpenGLRenderer.h
+ modules/juce_opengl/opengl/juce_OpenGLShaderProgram.cpp
+ modules/juce_opengl/opengl/juce_OpenGLShaderProgram.h
+ modules/juce_opengl/opengl/juce_OpenGLTexture.cpp
+ modules/juce_opengl/opengl/juce_OpenGLTexture.h
+ modules/juce_opengl/utils/juce_OpenGLAppComponent.cpp
+ modules/juce_opengl/utils/juce_OpenGLAppComponent.h
+ modules/juce_tracktion_marketplace/juce_tracktion_marketplace.cpp
+ modules/juce_tracktion_marketplace/juce_tracktion_marketplace.h
+ modules/juce_tracktion_marketplace/marketplace/juce_KeyFileGeneration.h
+ modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp
+ modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.h
+ modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockStatus.cpp
+ modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockStatus.h
+ modules/juce_tracktion_marketplace/marketplace/juce_TracktionMarketplaceStatus.cpp
+ modules/juce_tracktion_marketplace/marketplace/juce_TracktionMarketplaceStatus.h
+ modules/juce_video/capture/juce_CameraDevice.cpp
+ modules/juce_video/capture/juce_CameraDevice.h
+ modules/juce_video/juce_video.cpp
+ modules/juce_video/juce_video.h
+ modules/juce_video/juce_video.mm
+ modules/juce_video/native/juce_android_CameraDevice.cpp
+ modules/juce_video/native/juce_mac_CameraDevice.mm
+ modules/juce_video/native/juce_mac_QuickTimeMovieComponent.mm
+ modules/juce_video/native/juce_win32_CameraDevice.cpp
+ modules/juce_video/native/juce_win32_DirectShowComponent.cpp
+ modules/juce_video/native/juce_win32_QuickTimeMovieComponent.cpp
+ modules/juce_video/playback/juce_DirectShowComponent.h
+ modules/juce_video/playback/juce_QuickTimeMovieComponent.h
+Copyright: 2015, - ROLI Ltd
+ 2015, ROLI Ltd
+License: UNKNOWN
+ FIXME
+
+Files: ChangeList.txt
+ README.txt
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/gbp.conf
+ debian/git-tuneclone.sh
+ debian/patches/do-not-track.patch
+ debian/patches/series
+ debian/source/format
+ debian/watch
+ doxygen/Doxyfile
+ doxygen/README.txt
+ doxygen/footer.html
+ examples/AnimationAppExample/AnimationAppExample.jucer
+ examples/AnimationAppExample/Builds/MacOSX/AnimationAppExample.xcodeproj/project.pbxproj
+ examples/AnimationAppExample/Builds/MacOSX/Info.plist
+ examples/AnimationAppExample/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/AnimationAppExample/Builds/VisualStudio2010/AnimationAppExample.sln
+ examples/AnimationAppExample/Builds/VisualStudio2010/AnimationAppExample.vcxproj
+ examples/AnimationAppExample/Builds/VisualStudio2010/AnimationAppExample.vcxproj.filters
+ examples/AnimationAppExample/Builds/VisualStudio2010/resources.rc
+ examples/AnimationAppExample/Builds/iOS/AnimationAppExample.xcodeproj/project.pbxproj
+ examples/AnimationAppExample/Builds/iOS/AnimationAppExample/Images.xcassets/AppIcon.appiconset/Contents.json
+ examples/AnimationAppExample/Builds/iOS/AnimationAppExample/Images.xcassets/LaunchImage.launchimage/Contents.json
+ examples/AnimationAppExample/Builds/iOS/AnimationAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-1x.png
+ examples/AnimationAppExample/Builds/iOS/AnimationAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-2x.png
+ examples/AnimationAppExample/Builds/iOS/AnimationAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-1x.png
+ examples/AnimationAppExample/Builds/iOS/AnimationAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-2x.png
+ examples/AnimationAppExample/Builds/iOS/AnimationAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-2x.png
+ examples/AnimationAppExample/Builds/iOS/AnimationAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-retina4.png
+ examples/AnimationAppExample/Builds/iOS/Info.plist
+ examples/AnimationAppExample/JuceLibraryCode/AppConfig.h
+ examples/AnimationAppExample/JuceLibraryCode/JuceHeader.h
+ examples/AnimationAppExample/JuceLibraryCode/ReadMe.txt
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/AnimationAppExample/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/AnimationAppExample/Source/Main.cpp
+ examples/AnimationAppExample/Source/MainComponent.cpp
+ examples/AudioAppExample/AudioAppExample.jucer
+ examples/AudioAppExample/Builds/MacOSX/AudioAppExample.xcodeproj/project.pbxproj
+ examples/AudioAppExample/Builds/MacOSX/Info.plist
+ examples/AudioAppExample/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/AudioAppExample/Builds/VisualStudio2010/AudioAppExample.sln
+ examples/AudioAppExample/Builds/VisualStudio2010/AudioAppExample.vcxproj
+ examples/AudioAppExample/Builds/VisualStudio2010/AudioAppExample.vcxproj.filters
+ examples/AudioAppExample/Builds/VisualStudio2010/resources.rc
+ examples/AudioAppExample/Builds/iOS/AudioAppExample.xcodeproj/project.pbxproj
+ examples/AudioAppExample/Builds/iOS/AudioAppExample/Images.xcassets/AppIcon.appiconset/Contents.json
+ examples/AudioAppExample/Builds/iOS/AudioAppExample/Images.xcassets/LaunchImage.launchimage/Contents.json
+ examples/AudioAppExample/Builds/iOS/AudioAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-1x.png
+ examples/AudioAppExample/Builds/iOS/AudioAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-2x.png
+ examples/AudioAppExample/Builds/iOS/AudioAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-1x.png
+ examples/AudioAppExample/Builds/iOS/AudioAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-2x.png
+ examples/AudioAppExample/Builds/iOS/AudioAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-2x.png
+ examples/AudioAppExample/Builds/iOS/AudioAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-retina4.png
+ examples/AudioAppExample/Builds/iOS/Info.plist
+ examples/AudioAppExample/JuceLibraryCode/AppConfig.h
+ examples/AudioAppExample/JuceLibraryCode/JuceHeader.h
+ examples/AudioAppExample/JuceLibraryCode/ReadMe.txt
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_audio_utils/juce_audio_utils.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/AudioAppExample/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/AudioAppExample/Source/Main.cpp
+ examples/AudioAppExample/Source/MainComponent.cpp
+ examples/BouncingBallWavetableDemo/BouncingBallWavetableDemo.jucer
+ examples/BouncingBallWavetableDemo/Builds/Linux/Makefile
+ examples/BouncingBallWavetableDemo/Builds/MacOSX/BouncingBallWavetableDemo.xcodeproj/project.pbxproj
+ examples/BouncingBallWavetableDemo/Builds/MacOSX/Info.plist
+ examples/BouncingBallWavetableDemo/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/BouncingBallWavetableDemo/Builds/VisualStudio2013/BouncingBallWavetableDemo.sln
+ examples/BouncingBallWavetableDemo/Builds/VisualStudio2013/BouncingBallWavetableDemo.vcxproj
+ examples/BouncingBallWavetableDemo/Builds/VisualStudio2013/BouncingBallWavetableDemo.vcxproj.filters
+ examples/BouncingBallWavetableDemo/Builds/VisualStudio2013/resources.rc
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/AppConfig.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/JuceHeader.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/ReadMe.txt
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_audio_utils/juce_audio_utils.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/BouncingBallWavetableDemo/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/BouncingBallWavetableDemo/Source/Main.cpp
+ examples/BouncingBallWavetableDemo/Source/MainComponent.cpp
+ examples/ComponentTutorialExample/Builds/MacOSX/ComponentTutorialExample.xcodeproj/project.pbxproj
+ examples/ComponentTutorialExample/Builds/MacOSX/Info.plist
+ examples/ComponentTutorialExample/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/ComponentTutorialExample/Builds/VisualStudio2010/ComponentTutorialExample.sln
+ examples/ComponentTutorialExample/Builds/VisualStudio2010/ComponentTutorialExample.vcxproj
+ examples/ComponentTutorialExample/Builds/VisualStudio2010/ComponentTutorialExample.vcxproj.filters
+ examples/ComponentTutorialExample/Builds/VisualStudio2010/resources.rc
+ examples/ComponentTutorialExample/Builds/VisualStudio2012/ComponentTutorialExample.sln
+ examples/ComponentTutorialExample/Builds/VisualStudio2012/ComponentTutorialExample.vcxproj
+ examples/ComponentTutorialExample/Builds/VisualStudio2012/ComponentTutorialExample.vcxproj.filters
+ examples/ComponentTutorialExample/Builds/VisualStudio2012/resources.rc
+ examples/ComponentTutorialExample/ComponentTutorialExample.jucer
+ examples/ComponentTutorialExample/JuceLibraryCode/AppConfig.h
+ examples/ComponentTutorialExample/JuceLibraryCode/JuceHeader.h
+ examples/ComponentTutorialExample/JuceLibraryCode/ReadMe.txt
+ examples/ComponentTutorialExample/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/ComponentTutorialExample/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/ComponentTutorialExample/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/ComponentTutorialExample/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/ComponentTutorialExample/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/ComponentTutorialExample/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/ComponentTutorialExample/Source/Main.cpp
+ examples/ComponentTutorialExample/Source/MainComponent.cpp
+ examples/ComponentTutorialExample/Source/MainComponent.h
+ examples/ComponentTutorialExample/Source/ToggleLightComponent.h
+ examples/ComponentTutorialExample/Source/ToggleLightGridComponent.h
+ examples/Demo/Builds/Android/AndroidManifest.xml
+ examples/Demo/Builds/Android/build.xml
+ examples/Demo/Builds/Android/jni/Android.mk
+ examples/Demo/Builds/Android/jni/Application.mk
+ examples/Demo/Builds/Android/local.properties
+ examples/Demo/Builds/Android/project.properties
+ examples/Demo/Builds/Android/res/values/strings.xml
+ examples/Demo/Builds/Linux/Makefile
+ examples/Demo/Builds/MacOSX/Info.plist
+ examples/Demo/Builds/MacOSX/JuceDemo.xcodeproj/project.pbxproj
+ examples/Demo/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/Demo/Builds/VisualStudio2010/JuceDemo.sln
+ examples/Demo/Builds/VisualStudio2010/JuceDemo.vcxproj
+ examples/Demo/Builds/VisualStudio2010/JuceDemo.vcxproj.filters
+ examples/Demo/Builds/VisualStudio2010/icon.ico
+ examples/Demo/Builds/VisualStudio2010/resources.rc
+ examples/Demo/Builds/VisualStudio2012/JuceDemo.sln
+ examples/Demo/Builds/VisualStudio2012/JuceDemo.vcxproj
+ examples/Demo/Builds/VisualStudio2012/JuceDemo.vcxproj.filters
+ examples/Demo/Builds/VisualStudio2012/icon.ico
+ examples/Demo/Builds/VisualStudio2012/resources.rc
+ examples/Demo/Builds/VisualStudio2013/JuceDemo.sln
+ examples/Demo/Builds/VisualStudio2013/JuceDemo.vcxproj
+ examples/Demo/Builds/VisualStudio2013/JuceDemo.vcxproj.filters
+ examples/Demo/Builds/VisualStudio2013/icon.ico
+ examples/Demo/Builds/VisualStudio2013/resources.rc
+ examples/Demo/Builds/VisualStudio2015/JuceDemo.sln
+ examples/Demo/Builds/VisualStudio2015/JuceDemo.vcxproj
+ examples/Demo/Builds/VisualStudio2015/JuceDemo.vcxproj.filters
+ examples/Demo/Builds/VisualStudio2015/icon.ico
+ examples/Demo/Builds/VisualStudio2015/resources.rc
+ examples/Demo/Builds/iOS/Info.plist
+ examples/Demo/Builds/iOS/JuceDemo.xcodeproj/project.pbxproj
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Contents.json
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-72.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Small-1.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Small-50.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Small-50@2x.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Small.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Small@2x-1.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Small@2x.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Small@3x.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon@2x.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/LaunchImage.launchimage/Contents.json
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-1x.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-2x.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-1x.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-2x.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-2x.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-retina4.png
+ examples/Demo/JuceDemo.jucer
+ examples/Demo/JuceLibraryCode/AppConfig.h
+ examples/Demo/JuceLibraryCode/BinaryData.cpp
+ examples/Demo/JuceLibraryCode/BinaryData.h
+ examples/Demo/JuceLibraryCode/JuceHeader.h
+ examples/Demo/JuceLibraryCode/ReadMe.txt
+ examples/Demo/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/Demo/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/Demo/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/Demo/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/Demo/JuceLibraryCode/modules/juce_audio_utils/juce_audio_utils.h
+ examples/Demo/JuceLibraryCode/modules/juce_box2d/juce_box2d.h
+ examples/Demo/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/Demo/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/Demo/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/Demo/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/Demo/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/Demo/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/Demo/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/Demo/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/Demo/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/Demo/Resources/demo table data.xml
+ examples/Demo/Resources/juce_module_info
+ examples/Demo/Resources/teapot.obj
+ examples/Demo/Resources/tile_background.png
+ examples/Demo/Resources/treedemo.xml
+ examples/Demo/Source/Demos/Box2DTests/AddPair.h
+ examples/ExpressiveMidiTest/Builds/LinuxMakefile/Makefile
+ examples/ExpressiveMidiTest/Builds/MacOSX/ExpressiveMidiTest.xcodeproj/project.pbxproj
+ examples/ExpressiveMidiTest/Builds/MacOSX/Info.plist
+ examples/ExpressiveMidiTest/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/ExpressiveMidiTest/Builds/VisualStudio2015/ExpressiveMidiTest.sln
+ examples/ExpressiveMidiTest/Builds/VisualStudio2015/ExpressiveMidiTest.vcxproj
+ examples/ExpressiveMidiTest/Builds/VisualStudio2015/ExpressiveMidiTest.vcxproj.filters
+ examples/ExpressiveMidiTest/Builds/VisualStudio2015/resources.rc
+ examples/ExpressiveMidiTest/ExpressiveMidiTest.jucer
+ examples/ExpressiveMidiTest/JuceLibraryCode/AppConfig.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/JuceHeader.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/ReadMe.txt
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_audio_utils/juce_audio_utils.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/ExpressiveMidiTest/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/HelloWorld/Builds/Linux/Makefile
+ examples/HelloWorld/Builds/MacOSX/HelloWorld.xcodeproj/project.pbxproj
+ examples/HelloWorld/Builds/MacOSX/Info.plist
+ examples/HelloWorld/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/HelloWorld/Builds/VisualStudio2010/HelloWorld.sln
+ examples/HelloWorld/Builds/VisualStudio2010/HelloWorld.vcxproj
+ examples/HelloWorld/Builds/VisualStudio2010/HelloWorld.vcxproj.filters
+ examples/HelloWorld/Builds/VisualStudio2010/resources.rc
+ examples/HelloWorld/Builds/VisualStudio2015/HelloWorld.sln
+ examples/HelloWorld/Builds/VisualStudio2015/HelloWorld.vcxproj
+ examples/HelloWorld/Builds/VisualStudio2015/HelloWorld.vcxproj.filters
+ examples/HelloWorld/Builds/VisualStudio2015/resources.rc
+ examples/HelloWorld/Builds/iOS/HelloWorld.xcodeproj/project.pbxproj
+ examples/HelloWorld/Builds/iOS/HelloWorld/Images.xcassets/AppIcon.appiconset/Contents.json
+ examples/HelloWorld/Builds/iOS/HelloWorld/Images.xcassets/LaunchImage.launchimage/Contents.json
+ examples/HelloWorld/Builds/iOS/HelloWorld/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-1x.png
+ examples/HelloWorld/Builds/iOS/HelloWorld/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-2x.png
+ examples/HelloWorld/Builds/iOS/HelloWorld/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-1x.png
+ examples/HelloWorld/Builds/iOS/HelloWorld/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-2x.png
+ examples/HelloWorld/Builds/iOS/HelloWorld/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-2x.png
+ examples/HelloWorld/Builds/iOS/HelloWorld/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-retina4.png
+ examples/HelloWorld/Builds/iOS/Info.plist
+ examples/HelloWorld/HelloWorld.jucer
+ examples/HelloWorld/JuceLibraryCode/AppConfig.h
+ examples/HelloWorld/JuceLibraryCode/JuceHeader.h
+ examples/HelloWorld/JuceLibraryCode/ReadMe.txt
+ examples/HelloWorld/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/HelloWorld/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/HelloWorld/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/HelloWorld/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/HelloWorld/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/HelloWorld/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/HelloWorld/readme.txt
+ examples/MPETest/Builds/LinuxMakefile/Makefile
+ examples/MPETest/Builds/MacOSX/Info.plist
+ examples/MPETest/Builds/MacOSX/MPETest.xcodeproj/project.pbxproj
+ examples/MPETest/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/MPETest/Builds/VisualStudio2015/MPETest.sln
+ examples/MPETest/Builds/VisualStudio2015/MPETest.vcxproj
+ examples/MPETest/Builds/VisualStudio2015/MPETest.vcxproj.filters
+ examples/MPETest/Builds/VisualStudio2015/resources.rc
+ examples/MPETest/JuceLibraryCode/AppConfig.h
+ examples/MPETest/JuceLibraryCode/JuceHeader.h
+ examples/MPETest/JuceLibraryCode/ReadMe.txt
+ examples/MPETest/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/MPETest/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/MPETest/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/MPETest/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/MPETest/JuceLibraryCode/modules/juce_audio_utils/juce_audio_utils.h
+ examples/MPETest/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/MPETest/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/MPETest/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/MPETest/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/MPETest/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/MPETest/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/MPETest/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/MPETest/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/MPETest/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/MPETest/MPETest.jucer
+ examples/MidiTest/Builds/Android/AndroidManifest.xml
+ examples/MidiTest/Builds/Android/build.xml
+ examples/MidiTest/Builds/Android/jni/Android.mk
+ examples/MidiTest/Builds/Android/jni/Application.mk
+ examples/MidiTest/Builds/Android/local.properties
+ examples/MidiTest/Builds/Android/project.properties
+ examples/MidiTest/Builds/Android/res/values/strings.xml
+ examples/MidiTest/Builds/LinuxMakefile/Makefile
+ examples/MidiTest/Builds/MacOSX/Info.plist
+ examples/MidiTest/Builds/MacOSX/MidiTest.xcodeproj/project.pbxproj
+ examples/MidiTest/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/MidiTest/Builds/VisualStudio2013/MidiTest.sln
+ examples/MidiTest/Builds/VisualStudio2013/MidiTest.vcxproj
+ examples/MidiTest/Builds/VisualStudio2013/MidiTest.vcxproj.filters
+ examples/MidiTest/Builds/VisualStudio2013/resources.rc
+ examples/MidiTest/Builds/VisualStudio2015/MidiTest.sln
+ examples/MidiTest/Builds/VisualStudio2015/MidiTest.vcxproj
+ examples/MidiTest/Builds/VisualStudio2015/MidiTest.vcxproj.filters
+ examples/MidiTest/Builds/VisualStudio2015/resources.rc
+ examples/MidiTest/Builds/iOS/Info.plist
+ examples/MidiTest/Builds/iOS/MidiTest.xcodeproj/project.pbxproj
+ examples/MidiTest/Builds/iOS/MidiTest/Images.xcassets/AppIcon.appiconset/Contents.json
+ examples/MidiTest/Builds/iOS/MidiTest/Images.xcassets/LaunchImage.launchimage/Contents.json
+ examples/MidiTest/Builds/iOS/MidiTest/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-1x.png
+ examples/MidiTest/Builds/iOS/MidiTest/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-2x.png
+ examples/MidiTest/Builds/iOS/MidiTest/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-1x.png
+ examples/MidiTest/Builds/iOS/MidiTest/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-2x.png
+ examples/MidiTest/Builds/iOS/MidiTest/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-2x.png
+ examples/MidiTest/Builds/iOS/MidiTest/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-retina4.png
+ examples/MidiTest/JuceLibraryCode/AppConfig.h
+ examples/MidiTest/JuceLibraryCode/JuceHeader.h
+ examples/MidiTest/JuceLibraryCode/ReadMe.txt
+ examples/MidiTest/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/MidiTest/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/MidiTest/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/MidiTest/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/MidiTest/JuceLibraryCode/modules/juce_audio_utils/juce_audio_utils.h
+ examples/MidiTest/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/MidiTest/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/MidiTest/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/MidiTest/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/MidiTest/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/MidiTest/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/MidiTest/MidiTest.jucer
+ examples/MidiTest/Source/Resources/Bluetooth.svg
+ examples/OSCMonitor/Builds/LinuxMakefile/Makefile
+ examples/OSCMonitor/Builds/MacOSX/Info.plist
+ examples/OSCMonitor/Builds/MacOSX/OSCMonitor.xcodeproj/project.pbxproj
+ examples/OSCMonitor/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/OSCMonitor/Builds/VisualStudio2015/OSCMonitor.sln
+ examples/OSCMonitor/Builds/VisualStudio2015/OSCMonitor.vcxproj
+ examples/OSCMonitor/Builds/VisualStudio2015/OSCMonitor.vcxproj.filters
+ examples/OSCMonitor/Builds/VisualStudio2015/resources.rc
+ examples/OSCMonitor/JuceLibraryCode/AppConfig.h
+ examples/OSCMonitor/JuceLibraryCode/JuceHeader.h
+ examples/OSCMonitor/JuceLibraryCode/ReadMe.txt
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_osc/juce_osc.h
+ examples/OSCMonitor/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/OSCMonitor/OSCMonitor.jucer
+ examples/OSCMonitor/Source/Main.cpp
+ examples/OSCMonitor/Source/MainComponent.h
+ examples/OSCReceiver/Builds/LinuxMakefile/Makefile
+ examples/OSCReceiver/Builds/MacOSX/Info.plist
+ examples/OSCReceiver/Builds/MacOSX/OSCReceiver.xcodeproj/project.pbxproj
+ examples/OSCReceiver/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/OSCReceiver/Builds/VisualStudio2015/OSCReceiver.sln
+ examples/OSCReceiver/Builds/VisualStudio2015/OSCReceiver.vcxproj
+ examples/OSCReceiver/Builds/VisualStudio2015/OSCReceiver.vcxproj.filters
+ examples/OSCReceiver/Builds/VisualStudio2015/resources.rc
+ examples/OSCReceiver/Builds/iOS/Info.plist
+ examples/OSCReceiver/Builds/iOS/OSCReceiver.xcodeproj/project.pbxproj
+ examples/OSCReceiver/Builds/iOS/OSCReceiver/Images.xcassets/AppIcon.appiconset/Contents.json
+ examples/OSCReceiver/Builds/iOS/OSCReceiver/Images.xcassets/LaunchImage.launchimage/Contents.json
+ examples/OSCReceiver/Builds/iOS/OSCReceiver/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-1x.png
+ examples/OSCReceiver/Builds/iOS/OSCReceiver/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-2x.png
+ examples/OSCReceiver/Builds/iOS/OSCReceiver/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-1x.png
+ examples/OSCReceiver/Builds/iOS/OSCReceiver/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-2x.png
+ examples/OSCReceiver/Builds/iOS/OSCReceiver/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-2x.png
+ examples/OSCReceiver/Builds/iOS/OSCReceiver/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-retina4.png
+ examples/OSCReceiver/JuceLibraryCode/AppConfig.h
+ examples/OSCReceiver/JuceLibraryCode/JuceHeader.h
+ examples/OSCReceiver/JuceLibraryCode/ReadMe.txt
+ examples/OSCReceiver/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/OSCReceiver/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/OSCReceiver/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/OSCReceiver/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/OSCReceiver/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/OSCReceiver/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/OSCReceiver/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/OSCReceiver/JuceLibraryCode/modules/juce_osc/juce_osc.h
+ examples/OSCReceiver/OSCReceiver.jucer
+ examples/OSCReceiver/Source/Main.cpp
+ examples/OSCReceiver/Source/MainComponent.h
+ examples/OSCSender/Builds/LinuxMakefile/Makefile
+ examples/OSCSender/Builds/MacOSX/Info.plist
+ examples/OSCSender/Builds/MacOSX/OSCSender.xcodeproj/project.pbxproj
+ examples/OSCSender/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/OSCSender/Builds/VisualStudio2015/OSCSender.sln
+ examples/OSCSender/Builds/VisualStudio2015/OSCSender.vcxproj
+ examples/OSCSender/Builds/VisualStudio2015/OSCSender.vcxproj.filters
+ examples/OSCSender/Builds/VisualStudio2015/resources.rc
+ examples/OSCSender/Builds/iOS/Info.plist
+ examples/OSCSender/Builds/iOS/OSCSender.xcodeproj/project.pbxproj
+ examples/OSCSender/Builds/iOS/OSCSender/Images.xcassets/AppIcon.appiconset/Contents.json
+ examples/OSCSender/Builds/iOS/OSCSender/Images.xcassets/LaunchImage.launchimage/Contents.json
+ examples/OSCSender/Builds/iOS/OSCSender/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-1x.png
+ examples/OSCSender/Builds/iOS/OSCSender/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-2x.png
+ examples/OSCSender/Builds/iOS/OSCSender/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-1x.png
+ examples/OSCSender/Builds/iOS/OSCSender/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-2x.png
+ examples/OSCSender/Builds/iOS/OSCSender/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-2x.png
+ examples/OSCSender/Builds/iOS/OSCSender/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-retina4.png
+ examples/OSCSender/JuceLibraryCode/AppConfig.h
+ examples/OSCSender/JuceLibraryCode/JuceHeader.h
+ examples/OSCSender/JuceLibraryCode/ReadMe.txt
+ examples/OSCSender/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/OSCSender/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/OSCSender/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/OSCSender/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/OSCSender/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/OSCSender/JuceLibraryCode/modules/juce_osc/juce_osc.h
+ examples/OSCSender/OSCSender.jucer
+ examples/OSCSender/Source/Main.cpp
+ examples/OSCSender/Source/MainComponent.h
+ examples/OpenGLAppExample/Builds/MacOSX/Info.plist
+ examples/OpenGLAppExample/Builds/MacOSX/OpenGLAppExample.xcodeproj/project.pbxproj
+ examples/OpenGLAppExample/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/OpenGLAppExample/Builds/VisualStudio2010/OpenGLAppExample.sln
+ examples/OpenGLAppExample/Builds/VisualStudio2010/OpenGLAppExample.vcxproj
+ examples/OpenGLAppExample/Builds/VisualStudio2010/OpenGLAppExample.vcxproj.filters
+ examples/OpenGLAppExample/Builds/VisualStudio2010/resources.rc
+ examples/OpenGLAppExample/Builds/iOS/Info.plist
+ examples/OpenGLAppExample/Builds/iOS/OpenGLAppExample.xcodeproj/project.pbxproj
+ examples/OpenGLAppExample/Builds/iOS/OpenGLAppExample/Images.xcassets/AppIcon.appiconset/Contents.json
+ examples/OpenGLAppExample/Builds/iOS/OpenGLAppExample/Images.xcassets/LaunchImage.launchimage/Contents.json
+ examples/OpenGLAppExample/Builds/iOS/OpenGLAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-1x.png
+ examples/OpenGLAppExample/Builds/iOS/OpenGLAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-landscape-2x.png
+ examples/OpenGLAppExample/Builds/iOS/OpenGLAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-1x.png
+ examples/OpenGLAppExample/Builds/iOS/OpenGLAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-ipad-portrait-2x.png
+ examples/OpenGLAppExample/Builds/iOS/OpenGLAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-2x.png
+ examples/OpenGLAppExample/Builds/iOS/OpenGLAppExample/Images.xcassets/LaunchImage.launchimage/LaunchImage-iphone-retina4.png
+ examples/OpenGLAppExample/JuceLibraryCode/AppConfig.h
+ examples/OpenGLAppExample/JuceLibraryCode/BinaryData.cpp
+ examples/OpenGLAppExample/JuceLibraryCode/BinaryData.h
+ examples/OpenGLAppExample/JuceLibraryCode/JuceHeader.h
+ examples/OpenGLAppExample/JuceLibraryCode/ReadMe.txt
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/OpenGLAppExample/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/OpenGLAppExample/OpenGLAppExample.jucer
+ examples/OpenGLAppExample/Source/FragmentShader.glsl
+ examples/OpenGLAppExample/Source/Main.cpp
+ examples/OpenGLAppExample/Source/MainComponent.cpp
+ examples/OpenGLAppExample/Source/Resources/teapot.obj
+ examples/OpenGLAppExample/Source/VertexShader.glsl
+ examples/PluckedStringsDemo/Builds/MacOSX/Info.plist
+ examples/PluckedStringsDemo/Builds/MacOSX/PluckedStringsDemo.xcodeproj/project.pbxproj
+ examples/PluckedStringsDemo/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/PluckedStringsDemo/Builds/VisualStudio2013/PluckedStringsDemo.sln
+ examples/PluckedStringsDemo/Builds/VisualStudio2013/PluckedStringsDemo.vcxproj
+ examples/PluckedStringsDemo/Builds/VisualStudio2013/PluckedStringsDemo.vcxproj.filters
+ examples/PluckedStringsDemo/Builds/VisualStudio2013/resources.rc
+ examples/PluckedStringsDemo/JuceLibraryCode/AppConfig.h
+ examples/PluckedStringsDemo/JuceLibraryCode/JuceHeader.h
+ examples/PluckedStringsDemo/JuceLibraryCode/ReadMe.txt
+ examples/PluckedStringsDemo/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/PluckedStringsDemo/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/PluckedStringsDemo/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/PluckedStringsDemo/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/PluckedStringsDemo/JuceLibraryCode/modules/juce_audio_utils/juce_audio_utils.h
+ examples/PluckedStringsDemo/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/PluckedStringsDemo/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/PluckedStringsDemo/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/PluckedStringsDemo/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/PluckedStringsDemo/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/PluckedStringsDemo/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/PluckedStringsDemo/PluckedStringsDemo.jucer
+ examples/PluckedStringsDemo/Source/Main.cpp
+ examples/PluckedStringsDemo/Source/StringComponent.h
+ examples/PluckedStringsDemo/Source/StringDemoComponent.h
+ examples/PluckedStringsDemo/Source/StringSynthesiser.h
+ examples/PlugInSamples/Arpeggiator/Arpeggiator.jucer
+ examples/PlugInSamples/Arpeggiator/Builds/MacOSX/Arpeggiator.xcodeproj/project.pbxproj
+ examples/PlugInSamples/Arpeggiator/Builds/MacOSX/Info.plist
+ examples/PlugInSamples/Arpeggiator/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/PlugInSamples/Arpeggiator/Builds/VisualStudio2015/Arpeggiator.sln
+ examples/PlugInSamples/Arpeggiator/Builds/VisualStudio2015/Arpeggiator.vcxproj
+ examples/PlugInSamples/Arpeggiator/Builds/VisualStudio2015/Arpeggiator.vcxproj.filters
+ examples/PlugInSamples/Arpeggiator/Builds/VisualStudio2015/resources.rc
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/AppConfig.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/JuceHeader.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/ReadMe.txt
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_audio_plugin_client/juce_audio_plugin_client.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/PlugInSamples/Arpeggiator/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/PlugInSamples/Arpeggiator/Source/Arpeggiator.cpp
+ examples/PlugInSamples/GainPlugIn/Builds/MacOSX/GainPlugIn.xcodeproj/project.pbxproj
+ examples/PlugInSamples/GainPlugIn/Builds/MacOSX/Info.plist
+ examples/PlugInSamples/GainPlugIn/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/PlugInSamples/GainPlugIn/Builds/VisualStudio2015/GainPlugIn.sln
+ examples/PlugInSamples/GainPlugIn/Builds/VisualStudio2015/GainPlugIn.vcxproj
+ examples/PlugInSamples/GainPlugIn/Builds/VisualStudio2015/GainPlugIn.vcxproj.filters
+ examples/PlugInSamples/GainPlugIn/Builds/VisualStudio2015/resources.rc
+ examples/PlugInSamples/GainPlugIn/GainPlugIn.jucer
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/AppConfig.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/JuceHeader.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/ReadMe.txt
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_audio_plugin_client/juce_audio_plugin_client.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/PlugInSamples/GainPlugIn/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/PlugInSamples/GainPlugIn/Source/GainProcessor.cpp
+ examples/PlugInSamples/GenericEditor.h
+ examples/PlugInSamples/MultiOutSynth/Builds/MacOSX/Info.plist
+ examples/PlugInSamples/MultiOutSynth/Builds/MacOSX/MultiOutSynth.xcodeproj/project.pbxproj
+ examples/PlugInSamples/MultiOutSynth/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/PlugInSamples/MultiOutSynth/Builds/VisualStudio2015/MultiOutSynth.sln
+ examples/PlugInSamples/MultiOutSynth/Builds/VisualStudio2015/MultiOutSynth.vcxproj
+ examples/PlugInSamples/MultiOutSynth/Builds/VisualStudio2015/MultiOutSynth.vcxproj.filters
+ examples/PlugInSamples/MultiOutSynth/Builds/VisualStudio2015/resources.rc
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/AppConfig.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/BinaryData.cpp
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/BinaryData.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/JuceHeader.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/ReadMe.txt
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_audio_plugin_client/juce_audio_plugin_client.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/PlugInSamples/MultiOutSynth/MultiOutSynth.jucer
+ examples/PlugInSamples/MultiOutSynth/Source/MultiOutSynth.cpp
+ examples/PlugInSamples/NoiseGate/Builds/MacOSX/Info.plist
+ examples/PlugInSamples/NoiseGate/Builds/MacOSX/NoiseGate.xcodeproj/project.pbxproj
+ examples/PlugInSamples/NoiseGate/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/PlugInSamples/NoiseGate/Builds/VisualStudio2015/NoiseGate.sln
+ examples/PlugInSamples/NoiseGate/Builds/VisualStudio2015/NoiseGate.vcxproj
+ examples/PlugInSamples/NoiseGate/Builds/VisualStudio2015/NoiseGate.vcxproj.filters
+ examples/PlugInSamples/NoiseGate/Builds/VisualStudio2015/resources.rc
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/AppConfig.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/JuceHeader.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/ReadMe.txt
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_audio_plugin_client/juce_audio_plugin_client.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/PlugInSamples/NoiseGate/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/PlugInSamples/NoiseGate/NoiseGate.jucer
+ examples/PlugInSamples/NoiseGate/Source/NoiseGate.cpp
+ examples/PlugInSamples/Spatializer/Builds/MacOSX/Info.plist
+ examples/PlugInSamples/Spatializer/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/PlugInSamples/Spatializer/Builds/MacOSX/Spatializer.xcodeproj/project.pbxproj
+ examples/PlugInSamples/Spatializer/Builds/VisualStudio2015/Spatializer.sln
+ examples/PlugInSamples/Spatializer/Builds/VisualStudio2015/Spatializer.vcxproj
+ examples/PlugInSamples/Spatializer/Builds/VisualStudio2015/Spatializer.vcxproj.filters
+ examples/PlugInSamples/Spatializer/Builds/VisualStudio2015/resources.rc
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/AppConfig.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/JuceHeader.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/ReadMe.txt
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_audio_plugin_client/juce_audio_plugin_client.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/PlugInSamples/Spatializer/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/PlugInSamples/Spatializer/Source/Spatializer.cpp
+ examples/PlugInSamples/Spatializer/Spatializer.jucer
+ examples/SimpleFFTExample/Builds/MacOSX/Info.plist
+ examples/SimpleFFTExample/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/SimpleFFTExample/Builds/MacOSX/SimpleFFTExample.xcodeproj/project.pbxproj
+ examples/SimpleFFTExample/Builds/VisualStudio2013/SimpleFFTExample.sln
+ examples/SimpleFFTExample/Builds/VisualStudio2013/SimpleFFTExample.vcxproj
+ examples/SimpleFFTExample/Builds/VisualStudio2013/SimpleFFTExample.vcxproj.filters
+ examples/SimpleFFTExample/Builds/VisualStudio2013/resources.rc
+ examples/SimpleFFTExample/JuceLibraryCode/AppConfig.h
+ examples/SimpleFFTExample/JuceLibraryCode/JuceHeader.h
+ examples/SimpleFFTExample/JuceLibraryCode/ReadMe.txt
+ examples/SimpleFFTExample/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/SimpleFFTExample/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/SimpleFFTExample/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/SimpleFFTExample/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/SimpleFFTExample/JuceLibraryCode/modules/juce_audio_utils/juce_audio_utils.h
+ examples/SimpleFFTExample/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/SimpleFFTExample/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/SimpleFFTExample/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/SimpleFFTExample/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/SimpleFFTExample/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/SimpleFFTExample/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/SimpleFFTExample/SimpleFFTExample.jucer
+ examples/SimpleFFTExample/Source/Main.cpp
+ examples/SimpleFFTExample/Source/SpectrogramComponent.h
+ examples/audio plugin demo/Builds/Linux/Makefile
+ examples/audio plugin demo/Builds/MacOSX/Info.plist
+ examples/audio plugin demo/Builds/MacOSX/JuceDemoPlugin.xcodeproj/project.pbxproj
+ examples/audio plugin demo/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/audio plugin demo/Builds/VisualStudio2010/JuceDemoPlugin.sln
+ examples/audio plugin demo/Builds/VisualStudio2010/JuceDemoPlugin.vcxproj
+ examples/audio plugin demo/Builds/VisualStudio2010/JuceDemoPlugin.vcxproj.filters
+ examples/audio plugin demo/Builds/VisualStudio2010/resources.rc
+ examples/audio plugin demo/Builds/VisualStudio2013/JuceDemoPlugin.sln
+ examples/audio plugin demo/Builds/VisualStudio2013/JuceDemoPlugin.vcxproj
+ examples/audio plugin demo/Builds/VisualStudio2013/JuceDemoPlugin.vcxproj.filters
+ examples/audio plugin demo/Builds/VisualStudio2013/resources.rc
+ examples/audio plugin demo/How to use this framework.txt
+ examples/audio plugin demo/JuceDemoPlugin.jucer
+ examples/audio plugin demo/JuceLibraryCode/AppConfig.h
+ examples/audio plugin demo/JuceLibraryCode/JuceHeader.h
+ examples/audio plugin demo/JuceLibraryCode/ReadMe.txt
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_audio_plugin_client/juce_audio_plugin_client.h
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_audio_utils/juce_audio_utils.h
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/audio plugin demo/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/audio plugin demo/Source/PluginEditor.cpp
+ examples/audio plugin demo/Source/PluginEditor.h
+ examples/audio plugin demo/Source/PluginProcessor.cpp
+ examples/audio plugin demo/Source/PluginProcessor.h
+ examples/audio plugin demo/Source/SinewaveSynth.h
+ examples/audio plugin host/Builds/Linux/Makefile
+ examples/audio plugin host/Builds/MacOSX/Info.plist
+ examples/audio plugin host/Builds/MacOSX/Plugin Host.xcodeproj/project.pbxproj
+ examples/audio plugin host/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ examples/audio plugin host/Builds/VisualStudio2010/Plugin Host.sln
+ examples/audio plugin host/Builds/VisualStudio2010/Plugin Host.vcxproj
+ examples/audio plugin host/Builds/VisualStudio2010/Plugin Host.vcxproj.filters
+ examples/audio plugin host/Builds/VisualStudio2010/resources.rc
+ examples/audio plugin host/Builds/VisualStudio2013/Plugin Host.sln
+ examples/audio plugin host/Builds/VisualStudio2013/Plugin Host.vcxproj
+ examples/audio plugin host/Builds/VisualStudio2013/Plugin Host.vcxproj.filters
+ examples/audio plugin host/Builds/VisualStudio2013/resources.rc
+ examples/audio plugin host/Builds/VisualStudio2015/Plugin Host.sln
+ examples/audio plugin host/Builds/VisualStudio2015/Plugin Host.vcxproj
+ examples/audio plugin host/Builds/VisualStudio2015/Plugin Host.vcxproj.filters
+ examples/audio plugin host/Builds/VisualStudio2015/resources.rc
+ examples/audio plugin host/JuceLibraryCode/AppConfig.h
+ examples/audio plugin host/JuceLibraryCode/JuceHeader.h
+ examples/audio plugin host/JuceLibraryCode/ReadMe.txt
+ examples/audio plugin host/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_audio_utils/juce_audio_utils.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_core/juce_core.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_events/juce_events.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ examples/audio plugin host/JuceLibraryCode/modules/juce_video/juce_video.h
+ examples/audio plugin host/Plugin Host.jucer
+ extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp
+ extras/Introjucer/Builds/Linux/Makefile
+ extras/Introjucer/Builds/MacOSX/Info.plist
+ extras/Introjucer/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ extras/Introjucer/Builds/MacOSX/The Introjucer.xcodeproj/project.pbxproj
+ extras/Introjucer/Builds/VisualStudio2010/The Introjucer.sln
+ extras/Introjucer/Builds/VisualStudio2010/The Introjucer.vcxproj
+ extras/Introjucer/Builds/VisualStudio2010/The Introjucer.vcxproj.filters
+ extras/Introjucer/Builds/VisualStudio2010/resources.rc
+ extras/Introjucer/Builds/VisualStudio2012/The Introjucer.sln
+ extras/Introjucer/Builds/VisualStudio2012/The Introjucer.vcxproj
+ extras/Introjucer/Builds/VisualStudio2012/The Introjucer.vcxproj.filters
+ extras/Introjucer/Builds/VisualStudio2012/resources.rc
+ extras/Introjucer/Builds/VisualStudio2013/The Introjucer.sln
+ extras/Introjucer/Builds/VisualStudio2013/The Introjucer.vcxproj
+ extras/Introjucer/Builds/VisualStudio2013/The Introjucer.vcxproj.filters
+ extras/Introjucer/Builds/VisualStudio2013/resources.rc
+ extras/Introjucer/Builds/VisualStudio2015/The Introjucer.sln
+ extras/Introjucer/Builds/VisualStudio2015/The Introjucer.vcxproj
+ extras/Introjucer/Builds/VisualStudio2015/The Introjucer.vcxproj.filters
+ extras/Introjucer/Builds/VisualStudio2015/resources.rc
+ extras/Introjucer/Introjucer.jucer
+ extras/Introjucer/JuceLibraryCode/AppConfig.h
+ extras/Introjucer/JuceLibraryCode/BinaryData.h
+ extras/Introjucer/JuceLibraryCode/JuceHeader.h
+ extras/Introjucer/JuceLibraryCode/ReadMe.txt
+ extras/Introjucer/JuceLibraryCode/modules/juce_core/juce_core.h
+ extras/Introjucer/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ extras/Introjucer/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ extras/Introjucer/JuceLibraryCode/modules/juce_events/juce_events.h
+ extras/Introjucer/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ extras/Introjucer/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ extras/Introjucer/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ extras/Introjucer/Source/Application/jucer_GlobalPreferences.cpp
+ extras/Introjucer/Source/Application/jucer_GlobalPreferences.h
+ extras/Introjucer/Source/BinaryData/AudioPluginXCodeScript.txt
+ extras/Introjucer/Source/BinaryData/RecentFilesMenuTemplate.nib
+ extras/Introjucer/Source/BinaryData/background_logo.svg
+ extras/Introjucer/Source/BinaryData/background_tile.png
+ extras/Introjucer/Source/BinaryData/colourscheme_dark.xml
+ extras/Introjucer/Source/BinaryData/colourscheme_light.xml
+ extras/Introjucer/Source/BinaryData/jucer_AnimatedComponentTemplate.cpp
+ extras/Introjucer/Source/BinaryData/jucer_AudioComponentTemplate.cpp
+ extras/Introjucer/Source/BinaryData/jucer_AudioPluginEditorTemplate.cpp
+ extras/Introjucer/Source/BinaryData/jucer_AudioPluginEditorTemplate.h
+ extras/Introjucer/Source/BinaryData/jucer_AudioPluginFilterTemplate.cpp
+ extras/Introjucer/Source/BinaryData/jucer_AudioPluginFilterTemplate.h
+ extras/Introjucer/Source/BinaryData/jucer_ContentCompTemplate.cpp
+ extras/Introjucer/Source/BinaryData/jucer_ContentCompTemplate.h
+ extras/Introjucer/Source/BinaryData/jucer_InlineComponentTemplate.h
+ extras/Introjucer/Source/BinaryData/jucer_MainConsoleAppTemplate.cpp
+ extras/Introjucer/Source/BinaryData/jucer_MainTemplate_NoWindow.cpp
+ extras/Introjucer/Source/BinaryData/jucer_MainTemplate_SimpleWindow.cpp
+ extras/Introjucer/Source/BinaryData/jucer_MainTemplate_Window.cpp
+ extras/Introjucer/Source/BinaryData/jucer_NewComponentTemplate.cpp
+ extras/Introjucer/Source/BinaryData/jucer_NewComponentTemplate.h
+ extras/Introjucer/Source/BinaryData/jucer_NewCppFileTemplate.cpp
+ extras/Introjucer/Source/BinaryData/jucer_NewCppFileTemplate.h
+ extras/Introjucer/Source/BinaryData/jucer_NewInlineComponentTemplate.h
+ extras/Introjucer/Source/BinaryData/jucer_OpenGLComponentTemplate.cpp
+ extras/Introjucer/Source/BinaryData/projectIconAndroid.png
+ extras/Introjucer/Source/BinaryData/projectIconVisualStudio.png
+ extras/Introjucer/Source/BinaryData/projectIconXcodeIOS.png
+ extras/Introjucer/Source/BinaryData/wizard_AnimatedApp.svg
+ extras/Introjucer/Source/BinaryData/wizard_AudioApp.svg
+ extras/Introjucer/Source/BinaryData/wizard_AudioPlugin.svg
+ extras/Introjucer/Source/BinaryData/wizard_ConsoleApp.svg
+ extras/Introjucer/Source/BinaryData/wizard_DLL.svg
+ extras/Introjucer/Source/BinaryData/wizard_GUI.svg
+ extras/Introjucer/Source/BinaryData/wizard_Highlight.svg
+ extras/Introjucer/Source/BinaryData/wizard_OpenGL.svg
+ extras/Introjucer/Source/BinaryData/wizard_Openfile.svg
+ extras/Introjucer/Source/BinaryData/wizard_StaticLibrary.svg
+ extras/Introjucer/Source/Project/jucer_DependencyPathPropertyComponent.cpp
+ extras/Introjucer/Source/Project/jucer_DependencyPathPropertyComponent.h
+ extras/UnitTestRunner/Builds/LinuxMakefile/Makefile
+ extras/UnitTestRunner/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ extras/UnitTestRunner/Builds/MacOSX/UnitTestRunner.xcodeproj/project.pbxproj
+ extras/UnitTestRunner/Builds/VisualStudio2015/UnitTestRunner.sln
+ extras/UnitTestRunner/Builds/VisualStudio2015/UnitTestRunner.vcxproj
+ extras/UnitTestRunner/Builds/VisualStudio2015/UnitTestRunner.vcxproj.filters
+ extras/UnitTestRunner/Builds/VisualStudio2015/resources.rc
+ extras/UnitTestRunner/JuceLibraryCode/AppConfig.h
+ extras/UnitTestRunner/JuceLibraryCode/JuceHeader.h
+ extras/UnitTestRunner/JuceLibraryCode/ReadMe.txt
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_core/juce_core.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_events/juce_events.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_osc/juce_osc.h
+ extras/UnitTestRunner/JuceLibraryCode/modules/juce_video/juce_video.h
+ extras/UnitTestRunner/UnitTestRunner.jucer
+ extras/binarybuilder/BinaryBuilder.jucer
+ extras/binarybuilder/Builds/Linux/Makefile
+ extras/binarybuilder/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj
+ extras/binarybuilder/Builds/MacOSX/RecentFilesMenuTemplate.nib
+ extras/binarybuilder/Builds/VisualStudio2010/BinaryBuilder.sln
+ extras/binarybuilder/Builds/VisualStudio2010/BinaryBuilder.vcxproj
+ extras/binarybuilder/Builds/VisualStudio2010/BinaryBuilder.vcxproj.filters
+ extras/binarybuilder/Builds/VisualStudio2010/resources.rc
+ extras/binarybuilder/JuceLibraryCode/AppConfig.h
+ extras/binarybuilder/JuceLibraryCode/JuceHeader.h
+ extras/binarybuilder/JuceLibraryCode/ReadMe.txt
+ extras/binarybuilder/JuceLibraryCode/modules/juce_core/juce_core.h
+ extras/binarybuilder/Source/Main.cpp
+ extras/windows dll/Builds/VisualStudio2010/juce_dll.sln
+ extras/windows dll/Builds/VisualStudio2010/juce_dll.vcxproj
+ extras/windows dll/Builds/VisualStudio2010/juce_dll.vcxproj.filters
+ extras/windows dll/JuceLibraryCode/AppConfig.h
+ extras/windows dll/JuceLibraryCode/JuceHeader.h
+ extras/windows dll/JuceLibraryCode/ReadMe.txt
+ extras/windows dll/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
+ extras/windows dll/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
+ extras/windows dll/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
+ extras/windows dll/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
+ extras/windows dll/JuceLibraryCode/modules/juce_audio_utils/juce_audio_utils.h
+ extras/windows dll/JuceLibraryCode/modules/juce_core/juce_core.h
+ extras/windows dll/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
+ extras/windows dll/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
+ extras/windows dll/JuceLibraryCode/modules/juce_events/juce_events.h
+ extras/windows dll/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
+ extras/windows dll/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
+ extras/windows dll/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
+ extras/windows dll/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
+ extras/windows dll/JuceLibraryCode/modules/juce_video/juce_video.h
+ extras/windows dll/jucedll.jucer
+ modules/juce_audio_basics/juce_module_info
+ modules/juce_audio_devices/juce_module_info
+ modules/juce_audio_formats/codecs/oggvorbis/config_types.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/AUTHORS
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/CHANGES
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/books/coupled/res_books_51.h
+ modules/juce_audio_formats/juce_module_info
+ modules/juce_audio_plugin_client/RTAS/juce_RTAS_MacResources.r
+ modules/juce_audio_plugin_client/RTAS/juce_RTAS_WinExports.def
+ modules/juce_audio_plugin_client/RTAS/juce_RTAS_WinResources.rsr
+ modules/juce_audio_plugin_client/juce_module_info
+ modules/juce_audio_processors/juce_module_info
+ modules/juce_audio_utils/juce_module_info
+ modules/juce_box2d/box2d/README.txt
+ modules/juce_box2d/juce_module_info
+ modules/juce_browser_plugin_client/How to build a browser plugin.txt
+ modules/juce_browser_plugin_client/juce_module_info
+ modules/juce_browser_plugin_client/wrapper/juce_NPAPI_MacResource.r
+ modules/juce_browser_plugin_client/wrapper/juce_NPAPI_WinResource.rc
+ modules/juce_browser_plugin_client/wrapper/npapi/ReadMe.txt
+ modules/juce_core/juce_module_info
+ modules/juce_core/native/java/AndroidMidi.java
+ modules/juce_core/native/java/AndroidMidiFallback.java
+ modules/juce_core/zip/zlib/crc32.h
+ modules/juce_core/zip/zlib/inffixed.h
+ modules/juce_core/zip/zlib/trees.h
+ modules/juce_cryptography/juce_module_info
+ modules/juce_data_structures/juce_module_info
+ modules/juce_events/juce_module_info
+ modules/juce_graphics/image_formats/jpglib/changes to libjpeg for JUCE.txt
+ modules/juce_graphics/image_formats/jpglib/jconfig.h
+ modules/juce_graphics/image_formats/pnglib/libpng_readme.txt
+ modules/juce_graphics/juce_module_info
+ modules/juce_gui_basics/juce_module_info
+ modules/juce_gui_extra/juce_module_info
+ modules/juce_opengl/juce_module_info
+ modules/juce_osc/juce_module_info
+ modules/juce_tracktion_marketplace/juce_module_info
+ modules/juce_video/juce_module_info
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: examples/OSCMonitor/Source/OSCLogListBox.h
+ modules/juce_core/containers/juce_AbstractFifo.cpp
+ modules/juce_core/containers/juce_AbstractFifo.h
+ modules/juce_core/containers/juce_Array.h
+ modules/juce_core/containers/juce_ArrayAllocationBase.h
+ modules/juce_core/containers/juce_DynamicObject.cpp
+ modules/juce_core/containers/juce_DynamicObject.h
+ modules/juce_core/containers/juce_ElementComparator.h
+ modules/juce_core/containers/juce_HashMap.h
+ modules/juce_core/containers/juce_LinkedListPointer.h
+ modules/juce_core/containers/juce_ListenerList.h
+ modules/juce_core/containers/juce_NamedValueSet.cpp
+ modules/juce_core/containers/juce_NamedValueSet.h
+ modules/juce_core/containers/juce_OwnedArray.h
+ modules/juce_core/containers/juce_PropertySet.cpp
+ modules/juce_core/containers/juce_PropertySet.h
+ modules/juce_core/containers/juce_ReferenceCountedArray.h
+ modules/juce_core/containers/juce_ScopedValueSetter.h
+ modules/juce_core/containers/juce_SortedSet.h
+ modules/juce_core/containers/juce_SparseSet.h
+ modules/juce_core/containers/juce_Variant.cpp
+ modules/juce_core/containers/juce_Variant.h
+ modules/juce_core/files/juce_DirectoryIterator.cpp
+ modules/juce_core/files/juce_DirectoryIterator.h
+ modules/juce_core/files/juce_File.cpp
+ modules/juce_core/files/juce_File.h
+ modules/juce_core/files/juce_FileFilter.cpp
+ modules/juce_core/files/juce_FileFilter.h
+ modules/juce_core/files/juce_FileInputStream.cpp
+ modules/juce_core/files/juce_FileInputStream.h
+ modules/juce_core/files/juce_FileOutputStream.cpp
+ modules/juce_core/files/juce_FileOutputStream.h
+ modules/juce_core/files/juce_FileSearchPath.cpp
+ modules/juce_core/files/juce_FileSearchPath.h
+ modules/juce_core/files/juce_MemoryMappedFile.h
+ modules/juce_core/files/juce_TemporaryFile.cpp
+ modules/juce_core/files/juce_TemporaryFile.h
+ modules/juce_core/files/juce_WildcardFileFilter.cpp
+ modules/juce_core/files/juce_WildcardFileFilter.h
+ modules/juce_core/javascript/juce_JSON.cpp
+ modules/juce_core/javascript/juce_JSON.h
+ modules/juce_core/javascript/juce_Javascript.cpp
+ modules/juce_core/javascript/juce_Javascript.h
+ modules/juce_core/juce_core.cpp
+ modules/juce_core/juce_core.h
+ modules/juce_core/juce_core.mm
+ modules/juce_core/logging/juce_FileLogger.cpp
+ modules/juce_core/logging/juce_FileLogger.h
+ modules/juce_core/logging/juce_Logger.cpp
+ modules/juce_core/logging/juce_Logger.h
+ modules/juce_core/maths/juce_BigInteger.cpp
+ modules/juce_core/maths/juce_BigInteger.h
+ modules/juce_core/maths/juce_Expression.cpp
+ modules/juce_core/maths/juce_Expression.h
+ modules/juce_core/maths/juce_MathsFunctions.h
+ modules/juce_core/maths/juce_NormalisableRange.h
+ modules/juce_core/maths/juce_Random.cpp
+ modules/juce_core/maths/juce_Random.h
+ modules/juce_core/maths/juce_Range.h
+ modules/juce_core/memory/juce_Atomic.h
+ modules/juce_core/memory/juce_ByteOrder.h
+ modules/juce_core/memory/juce_ContainerDeletePolicy.h
+ modules/juce_core/memory/juce_HeapBlock.h
+ modules/juce_core/memory/juce_LeakedObjectDetector.h
+ modules/juce_core/memory/juce_Memory.h
+ modules/juce_core/memory/juce_MemoryBlock.cpp
+ modules/juce_core/memory/juce_MemoryBlock.h
+ modules/juce_core/memory/juce_OptionalScopedPointer.h
+ modules/juce_core/memory/juce_ReferenceCountedObject.h
+ modules/juce_core/memory/juce_ScopedPointer.h
+ modules/juce_core/memory/juce_SharedResourcePointer.h
+ modules/juce_core/memory/juce_Singleton.h
+ modules/juce_core/memory/juce_WeakReference.h
+ modules/juce_core/misc/juce_Result.cpp
+ modules/juce_core/misc/juce_Result.h
+ modules/juce_core/misc/juce_Uuid.cpp
+ modules/juce_core/misc/juce_Uuid.h
+ modules/juce_core/misc/juce_WindowsRegistry.h
+ modules/juce_core/native/juce_BasicNativeHeaders.h
+ modules/juce_core/native/juce_android_Files.cpp
+ modules/juce_core/native/juce_android_JNIHelpers.h
+ modules/juce_core/native/juce_android_Misc.cpp
+ modules/juce_core/native/juce_android_Network.cpp
+ modules/juce_core/native/juce_android_SystemStats.cpp
+ modules/juce_core/native/juce_android_Threads.cpp
+ modules/juce_core/native/juce_curl_Network.cpp
+ modules/juce_core/native/juce_linux_CommonFile.cpp
+ modules/juce_core/native/juce_linux_Files.cpp
+ modules/juce_core/native/juce_linux_Network.cpp
+ modules/juce_core/native/juce_linux_SystemStats.cpp
+ modules/juce_core/native/juce_linux_Threads.cpp
+ modules/juce_core/native/juce_mac_ClangBugWorkaround.h
+ modules/juce_core/native/juce_mac_Files.mm
+ modules/juce_core/native/juce_mac_Network.mm
+ modules/juce_core/native/juce_mac_Strings.mm
+ modules/juce_core/native/juce_mac_SystemStats.mm
+ modules/juce_core/native/juce_mac_Threads.mm
+ modules/juce_core/native/juce_osx_ObjCHelpers.h
+ modules/juce_core/native/juce_posix_NamedPipe.cpp
+ modules/juce_core/native/juce_posix_SharedCode.h
+ modules/juce_core/native/juce_win32_ComSmartPtr.h
+ modules/juce_core/native/juce_win32_Files.cpp
+ modules/juce_core/native/juce_win32_Network.cpp
+ modules/juce_core/native/juce_win32_Registry.cpp
+ modules/juce_core/native/juce_win32_SystemStats.cpp
+ modules/juce_core/native/juce_win32_Threads.cpp
+ modules/juce_core/network/juce_IPAddress.cpp
+ modules/juce_core/network/juce_IPAddress.h
+ modules/juce_core/network/juce_MACAddress.cpp
+ modules/juce_core/network/juce_MACAddress.h
+ modules/juce_core/network/juce_NamedPipe.cpp
+ modules/juce_core/network/juce_NamedPipe.h
+ modules/juce_core/network/juce_Socket.cpp
+ modules/juce_core/network/juce_Socket.h
+ modules/juce_core/network/juce_URL.cpp
+ modules/juce_core/network/juce_URL.h
+ modules/juce_core/streams/juce_BufferedInputStream.cpp
+ modules/juce_core/streams/juce_BufferedInputStream.h
+ modules/juce_core/streams/juce_FileInputSource.cpp
+ modules/juce_core/streams/juce_FileInputSource.h
+ modules/juce_core/streams/juce_InputSource.h
+ modules/juce_core/streams/juce_InputStream.cpp
+ modules/juce_core/streams/juce_InputStream.h
+ modules/juce_core/streams/juce_MemoryInputStream.cpp
+ modules/juce_core/streams/juce_MemoryInputStream.h
+ modules/juce_core/streams/juce_MemoryOutputStream.cpp
+ modules/juce_core/streams/juce_MemoryOutputStream.h
+ modules/juce_core/streams/juce_OutputStream.cpp
+ modules/juce_core/streams/juce_OutputStream.h
+ modules/juce_core/streams/juce_SubregionStream.cpp
+ modules/juce_core/streams/juce_SubregionStream.h
+ modules/juce_core/system/juce_CompilerSupport.h
+ modules/juce_core/system/juce_PlatformDefs.h
+ modules/juce_core/system/juce_StandardHeader.h
+ modules/juce_core/system/juce_SystemStats.cpp
+ modules/juce_core/system/juce_SystemStats.h
+ modules/juce_core/system/juce_TargetPlatform.h
+ modules/juce_core/text/juce_CharPointer_ASCII.h
+ modules/juce_core/text/juce_CharPointer_UTF16.h
+ modules/juce_core/text/juce_CharPointer_UTF32.h
+ modules/juce_core/text/juce_CharPointer_UTF8.h
+ modules/juce_core/text/juce_CharacterFunctions.cpp
+ modules/juce_core/text/juce_CharacterFunctions.h
+ modules/juce_core/text/juce_Identifier.cpp
+ modules/juce_core/text/juce_Identifier.h
+ modules/juce_core/text/juce_LocalisedStrings.cpp
+ modules/juce_core/text/juce_LocalisedStrings.h
+ modules/juce_core/text/juce_NewLine.h
+ modules/juce_core/text/juce_String.cpp
+ modules/juce_core/text/juce_String.h
+ modules/juce_core/text/juce_StringArray.cpp
+ modules/juce_core/text/juce_StringArray.h
+ modules/juce_core/text/juce_StringPairArray.cpp
+ modules/juce_core/text/juce_StringPairArray.h
+ modules/juce_core/text/juce_StringPool.cpp
+ modules/juce_core/text/juce_StringPool.h
+ modules/juce_core/text/juce_StringRef.h
+ modules/juce_core/text/juce_TextDiff.cpp
+ modules/juce_core/text/juce_TextDiff.h
+ modules/juce_core/threads/juce_ChildProcess.cpp
+ modules/juce_core/threads/juce_ChildProcess.h
+ modules/juce_core/threads/juce_CriticalSection.h
+ modules/juce_core/threads/juce_DynamicLibrary.h
+ modules/juce_core/threads/juce_HighResolutionTimer.cpp
+ modules/juce_core/threads/juce_HighResolutionTimer.h
+ modules/juce_core/threads/juce_InterProcessLock.h
+ modules/juce_core/threads/juce_Process.h
+ modules/juce_core/threads/juce_ReadWriteLock.cpp
+ modules/juce_core/threads/juce_ReadWriteLock.h
+ modules/juce_core/threads/juce_ScopedLock.h
+ modules/juce_core/threads/juce_ScopedReadLock.h
+ modules/juce_core/threads/juce_ScopedWriteLock.h
+ modules/juce_core/threads/juce_SpinLock.h
+ modules/juce_core/threads/juce_Thread.cpp
+ modules/juce_core/threads/juce_Thread.h
+ modules/juce_core/threads/juce_ThreadLocalValue.h
+ modules/juce_core/threads/juce_ThreadPool.cpp
+ modules/juce_core/threads/juce_ThreadPool.h
+ modules/juce_core/threads/juce_TimeSliceThread.cpp
+ modules/juce_core/threads/juce_TimeSliceThread.h
+ modules/juce_core/threads/juce_WaitableEvent.h
+ modules/juce_core/time/juce_PerformanceCounter.cpp
+ modules/juce_core/time/juce_PerformanceCounter.h
+ modules/juce_core/time/juce_RelativeTime.cpp
+ modules/juce_core/time/juce_RelativeTime.h
+ modules/juce_core/time/juce_Time.cpp
+ modules/juce_core/time/juce_Time.h
+ modules/juce_core/unit_tests/juce_UnitTest.cpp
+ modules/juce_core/unit_tests/juce_UnitTest.h
+ modules/juce_core/xml/juce_XmlDocument.cpp
+ modules/juce_core/xml/juce_XmlDocument.h
+ modules/juce_core/xml/juce_XmlElement.cpp
+ modules/juce_core/xml/juce_XmlElement.h
+ modules/juce_core/zip/juce_GZIPCompressorOutputStream.cpp
+ modules/juce_core/zip/juce_GZIPCompressorOutputStream.h
+ modules/juce_core/zip/juce_GZIPDecompressorInputStream.cpp
+ modules/juce_core/zip/juce_GZIPDecompressorInputStream.h
+ modules/juce_core/zip/juce_ZipFile.cpp
+ modules/juce_core/zip/juce_ZipFile.h
+Copyright: 2015, - ROLI Ltd
+License: ISC
+ FIXME
+
+Files: examples/Demo/Source/Demos/Box2DTests/ApplyForce.h
+ examples/Demo/Source/Demos/Box2DTests/BodyTypes.h
+ examples/Demo/Source/Demos/Box2DTests/Breakable.h
+ examples/Demo/Source/Demos/Box2DTests/Bridge.h
+ examples/Demo/Source/Demos/Box2DTests/BulletTest.h
+ examples/Demo/Source/Demos/Box2DTests/Cantilever.h
+ examples/Demo/Source/Demos/Box2DTests/Car.h
+ examples/Demo/Source/Demos/Box2DTests/Chain.h
+ examples/Demo/Source/Demos/Box2DTests/CharacterCollision.h
+ examples/Demo/Source/Demos/Box2DTests/CollisionFiltering.h
+ examples/Demo/Source/Demos/Box2DTests/CollisionProcessing.h
+ examples/Demo/Source/Demos/Box2DTests/CompoundShapes.h
+ examples/Demo/Source/Demos/Box2DTests/Confined.h
+ examples/Demo/Source/Demos/Box2DTests/ContinuousTest.h
+ examples/Demo/Source/Demos/Box2DTests/DistanceTest.h
+ examples/Demo/Source/Demos/Box2DTests/Dominos.h
+ examples/Demo/Source/Demos/Box2DTests/DumpShell.h
+ examples/Demo/Source/Demos/Box2DTests/DynamicTreeTest.h
+ examples/Demo/Source/Demos/Box2DTests/EdgeShapes.h
+ examples/Demo/Source/Demos/Box2DTests/EdgeTest.h
+ examples/Demo/Source/Demos/Box2DTests/Gears.h
+ examples/Demo/Source/Demos/Box2DTests/OneSidedPlatform.h
+ examples/Demo/Source/Demos/Box2DTests/Pinball.h
+ examples/Demo/Source/Demos/Box2DTests/PolyCollision.h
+ examples/Demo/Source/Demos/Box2DTests/PolyShapes.h
+ examples/Demo/Source/Demos/Box2DTests/Prismatic.h
+ examples/Demo/Source/Demos/Box2DTests/Pulleys.h
+ examples/Demo/Source/Demos/Box2DTests/Pyramid.h
+ examples/Demo/Source/Demos/Box2DTests/RayCast.h
+ examples/Demo/Source/Demos/Box2DTests/Revolute.h
+ examples/Demo/Source/Demos/Box2DTests/RopeJoint.h
+ examples/Demo/Source/Demos/Box2DTests/SensorTest.h
+ examples/Demo/Source/Demos/Box2DTests/ShapeEditing.h
+ examples/Demo/Source/Demos/Box2DTests/SliderCrank.h
+ examples/Demo/Source/Demos/Box2DTests/SphereStack.h
+ examples/Demo/Source/Demos/Box2DTests/TestEntries.cpp
+ examples/Demo/Source/Demos/Box2DTests/TheoJansen.h
+ examples/Demo/Source/Demos/Box2DTests/Tiles.h
+ examples/Demo/Source/Demos/Box2DTests/TimeOfImpact.h
+ examples/Demo/Source/Demos/Box2DTests/Tumbler.h
+ examples/Demo/Source/Demos/Box2DTests/VaryingFriction.h
+ examples/Demo/Source/Demos/Box2DTests/VaryingRestitution.h
+ examples/Demo/Source/Demos/Box2DTests/VerticalStack.h
+ examples/Demo/Source/Demos/Box2DTests/Web.h
+ modules/juce_box2d/box2d/Box2D.h
+ modules/juce_box2d/box2d/Collision/Shapes/b2ChainShape.cpp
+ modules/juce_box2d/box2d/Collision/Shapes/b2ChainShape.h
+ modules/juce_box2d/box2d/Collision/Shapes/b2CircleShape.cpp
+ modules/juce_box2d/box2d/Collision/Shapes/b2CircleShape.h
+ modules/juce_box2d/box2d/Collision/Shapes/b2EdgeShape.cpp
+ modules/juce_box2d/box2d/Collision/Shapes/b2EdgeShape.h
+ modules/juce_box2d/box2d/Collision/Shapes/b2PolygonShape.cpp
+ modules/juce_box2d/box2d/Collision/Shapes/b2PolygonShape.h
+ modules/juce_box2d/box2d/Collision/Shapes/b2Shape.h
+ modules/juce_box2d/box2d/Collision/b2BroadPhase.cpp
+ modules/juce_box2d/box2d/Collision/b2BroadPhase.h
+ modules/juce_box2d/box2d/Collision/b2CollideCircle.cpp
+ modules/juce_box2d/box2d/Collision/b2CollideEdge.cpp
+ modules/juce_box2d/box2d/Collision/b2CollidePolygon.cpp
+ modules/juce_box2d/box2d/Collision/b2Collision.cpp
+ modules/juce_box2d/box2d/Collision/b2Collision.h
+ modules/juce_box2d/box2d/Collision/b2Distance.cpp
+ modules/juce_box2d/box2d/Collision/b2Distance.h
+ modules/juce_box2d/box2d/Collision/b2DynamicTree.cpp
+ modules/juce_box2d/box2d/Collision/b2DynamicTree.h
+ modules/juce_box2d/box2d/Collision/b2TimeOfImpact.cpp
+ modules/juce_box2d/box2d/Collision/b2TimeOfImpact.h
+ modules/juce_box2d/box2d/Common/b2BlockAllocator.cpp
+ modules/juce_box2d/box2d/Common/b2BlockAllocator.h
+ modules/juce_box2d/box2d/Common/b2GrowableStack.h
+ modules/juce_box2d/box2d/Common/b2Math.cpp
+ modules/juce_box2d/box2d/Common/b2Math.h
+ modules/juce_box2d/box2d/Common/b2Settings.cpp
+ modules/juce_box2d/box2d/Common/b2Settings.h
+ modules/juce_box2d/box2d/Common/b2StackAllocator.cpp
+ modules/juce_box2d/box2d/Common/b2StackAllocator.h
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2ChainAndCircleContact.cpp
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2ChainAndCircleContact.h
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2ChainAndPolygonContact.cpp
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2ChainAndPolygonContact.h
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2CircleContact.cpp
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2CircleContact.h
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2Contact.cpp
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2Contact.h
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2ContactSolver.cpp
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2ContactSolver.h
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2EdgeAndCircleContact.cpp
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2EdgeAndCircleContact.h
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2EdgeAndPolygonContact.h
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2PolygonAndCircleContact.cpp
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2PolygonAndCircleContact.h
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2PolygonContact.cpp
+ modules/juce_box2d/box2d/Dynamics/Contacts/b2PolygonContact.h
+ modules/juce_box2d/box2d/Dynamics/Joints/b2DistanceJoint.cpp
+ modules/juce_box2d/box2d/Dynamics/Joints/b2DistanceJoint.h
+ modules/juce_box2d/box2d/Dynamics/Joints/b2FrictionJoint.cpp
+ modules/juce_box2d/box2d/Dynamics/Joints/b2FrictionJoint.h
+ modules/juce_box2d/box2d/Dynamics/Joints/b2GearJoint.cpp
+ modules/juce_box2d/box2d/Dynamics/Joints/b2GearJoint.h
+ modules/juce_box2d/box2d/Dynamics/Joints/b2Joint.cpp
+ modules/juce_box2d/box2d/Dynamics/Joints/b2Joint.h
+ modules/juce_box2d/box2d/Dynamics/Joints/b2MouseJoint.cpp
+ modules/juce_box2d/box2d/Dynamics/Joints/b2MouseJoint.h
+ modules/juce_box2d/box2d/Dynamics/Joints/b2PrismaticJoint.cpp
+ modules/juce_box2d/box2d/Dynamics/Joints/b2PrismaticJoint.h
+ modules/juce_box2d/box2d/Dynamics/Joints/b2PulleyJoint.cpp
+ modules/juce_box2d/box2d/Dynamics/Joints/b2PulleyJoint.h
+ modules/juce_box2d/box2d/Dynamics/Joints/b2RevoluteJoint.cpp
+ modules/juce_box2d/box2d/Dynamics/Joints/b2RevoluteJoint.h
+ modules/juce_box2d/box2d/Dynamics/Joints/b2RopeJoint.cpp
+ modules/juce_box2d/box2d/Dynamics/Joints/b2RopeJoint.h
+ modules/juce_box2d/box2d/Dynamics/Joints/b2WeldJoint.cpp
+ modules/juce_box2d/box2d/Dynamics/Joints/b2WeldJoint.h
+ modules/juce_box2d/box2d/Dynamics/Joints/b2WheelJoint.cpp
+ modules/juce_box2d/box2d/Dynamics/Joints/b2WheelJoint.h
+ modules/juce_box2d/box2d/Dynamics/b2Body.cpp
+ modules/juce_box2d/box2d/Dynamics/b2Body.h
+ modules/juce_box2d/box2d/Dynamics/b2ContactManager.cpp
+ modules/juce_box2d/box2d/Dynamics/b2ContactManager.h
+ modules/juce_box2d/box2d/Dynamics/b2Fixture.cpp
+ modules/juce_box2d/box2d/Dynamics/b2Fixture.h
+ modules/juce_box2d/box2d/Dynamics/b2Island.cpp
+ modules/juce_box2d/box2d/Dynamics/b2Island.h
+ modules/juce_box2d/box2d/Dynamics/b2TimeStep.h
+ modules/juce_box2d/box2d/Dynamics/b2World.cpp
+ modules/juce_box2d/box2d/Dynamics/b2World.h
+ modules/juce_box2d/box2d/Dynamics/b2WorldCallbacks.cpp
+ modules/juce_box2d/box2d/Dynamics/b2WorldCallbacks.h
+ modules/juce_box2d/box2d/Rope/b2Rope.h
+Copyright: 2006-2007, Erin Catto http:www.box2d.org
+ 2006-2009, Erin Catto http:www.box2d.org
+ 2006-2010, Erin Catto http:www.box2d.org
+ 2006-2011, Erin Catto http:www.box2d.org
+ 2007, Erin Catto http:www.box2d.org
+ 2007-2009, Erin Catto http:www.box2d.org
+ 2007-2011, Erin Catto http:www.box2d.org
+ 2008-2009, Erin Catto http:www.box2d.org
+ 2009, Erin Catto http:www.box2d.org
+ 2010, Erin Catto http:www.box2d.org
+ 2011, Erin Catto http:www.box2d.org
+License: Zlib
+ FIXME
+
+Files: modules/juce_audio_formats/codecs/oggvorbis/bitwise.c
+ modules/juce_audio_formats/codecs/oggvorbis/codec.h
+ modules/juce_audio_formats/codecs/oggvorbis/framing.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/analysis.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/backends.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/bitrate.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/bitrate.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/block.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/books/coupled/res_books_stereo.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/books/floor/floor_books.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/books/uncoupled/res_books_uncoupled.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/codebook.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/codebook.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/codec_internal.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/envelope.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/envelope.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/floor0.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/floor1.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/highlevel.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/info.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lookup.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lookup.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lookup_data.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lpc.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lpc.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lsp.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lsp.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/mapping0.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/masking.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/mdct.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/mdct.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/misc.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/floor_all.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/psych_11.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/psych_16.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/psych_44.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/psych_8.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/residue_16.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/residue_44.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/residue_44p51.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/residue_44u.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/residue_8.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_11.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_16.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_22.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_32.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_44.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_44p51.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_44u.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_8.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/setup_X.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/os.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/psy.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/psy.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/registry.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/registry.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/res0.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/scales.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/sharedbook.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/smallft.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/smallft.h
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/synthesis.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/vorbisenc.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/vorbisfile.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/window.c
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/window.h
+ modules/juce_audio_formats/codecs/oggvorbis/ogg.h
+ modules/juce_audio_formats/codecs/oggvorbis/os_types.h
+ modules/juce_audio_formats/codecs/oggvorbis/vorbisenc.h
+ modules/juce_audio_formats/codecs/oggvorbis/vorbisfile.h
+Copyright: 1994-2001, the Xiph.Org Foundation http:www.xiph.org/ *
+ 1994-2002, the Xiph.Org Foundation http:www.xiph.org/ *
+ 1994-2007, the Xiph.Org Foundation http:www.xiph.org/ *
+ 1994-2009, the Xiph.Org Foundation http:www.xiph.org/ *
+ 1994-2010, the Xiph.Org Foundation http:www.xiph.org/ *
+License: UNKNOWN
+ FIXME
+
+Files: modules/juce_graphics/image_formats/jpglib/README
+ modules/juce_graphics/image_formats/jpglib/cderror.h
+ modules/juce_graphics/image_formats/jpglib/jcapimin.c
+ modules/juce_graphics/image_formats/jpglib/jcapistd.c
+ modules/juce_graphics/image_formats/jpglib/jccoefct.c
+ modules/juce_graphics/image_formats/jpglib/jccolor.c
+ modules/juce_graphics/image_formats/jpglib/jcdctmgr.c
+ modules/juce_graphics/image_formats/jpglib/jchuff.c
+ modules/juce_graphics/image_formats/jpglib/jchuff.h
+ modules/juce_graphics/image_formats/jpglib/jcinit.c
+ modules/juce_graphics/image_formats/jpglib/jcmainct.c
+ modules/juce_graphics/image_formats/jpglib/jcmarker.c
+ modules/juce_graphics/image_formats/jpglib/jcmaster.c
+ modules/juce_graphics/image_formats/jpglib/jcomapi.c
+ modules/juce_graphics/image_formats/jpglib/jcparam.c
+ modules/juce_graphics/image_formats/jpglib/jcphuff.c
+ modules/juce_graphics/image_formats/jpglib/jcprepct.c
+ modules/juce_graphics/image_formats/jpglib/jcsample.c
+ modules/juce_graphics/image_formats/jpglib/jctrans.c
+ modules/juce_graphics/image_formats/jpglib/jdapimin.c
+ modules/juce_graphics/image_formats/jpglib/jdapistd.c
+ modules/juce_graphics/image_formats/jpglib/jdatasrc.c
+ modules/juce_graphics/image_formats/jpglib/jdcoefct.c
+ modules/juce_graphics/image_formats/jpglib/jdcolor.c
+ modules/juce_graphics/image_formats/jpglib/jdct.h
+ modules/juce_graphics/image_formats/jpglib/jddctmgr.c
+ modules/juce_graphics/image_formats/jpglib/jdhuff.c
+ modules/juce_graphics/image_formats/jpglib/jdhuff.h
+ modules/juce_graphics/image_formats/jpglib/jdinput.c
+ modules/juce_graphics/image_formats/jpglib/jdmainct.c
+ modules/juce_graphics/image_formats/jpglib/jdmarker.c
+ modules/juce_graphics/image_formats/jpglib/jdmaster.c
+ modules/juce_graphics/image_formats/jpglib/jdmerge.c
+ modules/juce_graphics/image_formats/jpglib/jdphuff.c
+ modules/juce_graphics/image_formats/jpglib/jdpostct.c
+ modules/juce_graphics/image_formats/jpglib/jdsample.c
+ modules/juce_graphics/image_formats/jpglib/jdtrans.c
+ modules/juce_graphics/image_formats/jpglib/jerror.c
+ modules/juce_graphics/image_formats/jpglib/jerror.h
+ modules/juce_graphics/image_formats/jpglib/jfdctflt.c
+ modules/juce_graphics/image_formats/jpglib/jfdctfst.c
+ modules/juce_graphics/image_formats/jpglib/jfdctint.c
+ modules/juce_graphics/image_formats/jpglib/jidctflt.c
+ modules/juce_graphics/image_formats/jpglib/jidctfst.c
+ modules/juce_graphics/image_formats/jpglib/jidctint.c
+ modules/juce_graphics/image_formats/jpglib/jidctred.c
+ modules/juce_graphics/image_formats/jpglib/jinclude.h
+ modules/juce_graphics/image_formats/jpglib/jmemmgr.c
+ modules/juce_graphics/image_formats/jpglib/jmemnobs.c
+ modules/juce_graphics/image_formats/jpglib/jmemsys.h
+ modules/juce_graphics/image_formats/jpglib/jmorecfg.h
+ modules/juce_graphics/image_formats/jpglib/jpegint.h
+ modules/juce_graphics/image_formats/jpglib/jpeglib.h
+ modules/juce_graphics/image_formats/jpglib/jquant1.c
+ modules/juce_graphics/image_formats/jpglib/jquant2.c
+ modules/juce_graphics/image_formats/jpglib/jutils.c
+ modules/juce_graphics/image_formats/jpglib/jversion.h
+ modules/juce_graphics/image_formats/jpglib/transupp.c
+ modules/juce_graphics/image_formats/jpglib/transupp.h
+Copyright: 1991-1994, Thomas G. Lane
+ 1991-1996, Thomas G. Lane
+ 1991-1997, Thomas G. Lane
+ 1991-1998, Thomas G. Lane
+ 1992-1996, Thomas G. Lane
+ 1992-1997, Thomas G. Lane
+ 1994-1996, Thomas G. Lane
+ 1994-1997, Thomas G. Lane
+ 1994-1998, Thomas G. Lane
+ 1995-1997, Thomas G. Lane
+ 1995-1998, Thomas G. Lane
+ 1997, Thomas G. Lane
+License: UNKNOWN
+ FIXME
+
+Files: modules/juce_audio_plugin_client/AU/AUResources.r
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUBase.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUBase.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUBaseHelper.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUBuffer.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUBuffer.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUCarbonViewBase.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUCarbonViewBase.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUCarbonViewControl.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUCarbonViewControl.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUCarbonViewDispatch.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUDispatch.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUDispatch.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUInputElement.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUInputElement.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUInputFormatConverter.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUMIDIBase.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUMIDIBase.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUOutputBase.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUOutputBase.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUOutputElement.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUOutputElement.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUPlugInDispatch.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUPlugInDispatch.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUScopeElement.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUScopeElement.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUSilentTimeout.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUTimestampGenerator.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/AUViewLocalizedStringKeys.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAAUParameter.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAAUParameter.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAAtomic.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAAtomicStack.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAAudioChannelLayout.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAAudioChannelLayout.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAAutoDisposer.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CADebugMacros.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CADebugPrintf.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAException.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAHostTimeBase.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAMath.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAMutex.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAMutex.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAReferenceCounted.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAStreamBasicDescription.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAStreamBasicDescription.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAThreadSafeList.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAVectorUnit.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAVectorUnit.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAVectorUnitTypes.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAXException.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CarbonEventHandler.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CarbonEventHandler.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/ComponentBase.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/ComponentBase.h
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/MusicDeviceBase.cpp
+ modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/MusicDeviceBase.h
+Copyright: 2014, Apple Inc.
+License: UNKNOWN
+ FIXME
+
+Files: modules/juce_audio_formats/codecs/flac/all.h
+ modules/juce_audio_formats/codecs/flac/alloc.h
+ modules/juce_audio_formats/codecs/flac/assert.h
+ modules/juce_audio_formats/codecs/flac/callback.h
+ modules/juce_audio_formats/codecs/flac/export.h
+ modules/juce_audio_formats/codecs/flac/format.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/bitmath.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/bitreader.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/bitwriter.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/cpu.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/crc.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/fixed.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/float.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/format.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/all.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/bitmath.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/bitreader.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/bitwriter.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/cpu.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/crc.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/fixed.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/float.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/format.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/lpc.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/memory.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/metadata.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/stream_encoder.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/stream_encoder_framing.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/private/window.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/protected/all.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/protected/stream_decoder.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/include/protected/stream_encoder.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/lpc_flac.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/memory.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/stream_decoder.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/stream_encoder.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/stream_encoder_framing.c
+ modules/juce_audio_formats/codecs/flac/libFLAC/window_flac.c
+ modules/juce_audio_formats/codecs/flac/metadata.h
+ modules/juce_audio_formats/codecs/flac/ordinals.h
+ modules/juce_audio_formats/codecs/flac/stream_decoder.h
+ modules/juce_audio_formats/codecs/flac/stream_encoder.h
+Copyright: 2000-2009, Josh Coalson
+ 2001-2009, Josh Coalson
+ 2002-2009, Josh Coalson
+ 2004-2009, Josh Coalson
+ 2006-2009, Josh Coalson
+ 2007-2009, Josh Coalson
+ 2011-2014, Xiph.Org Foundation
+License: BSD-3-clause
+ FIXME
+
+Files: extras/UnitTestRunner/Source/Main.cpp
+ modules/juce_audio_processors/utilities/juce_AudioParameterBool.h
+ modules/juce_audio_processors/utilities/juce_AudioParameterChoice.h
+ modules/juce_audio_processors/utilities/juce_AudioParameterFloat.h
+ modules/juce_audio_processors/utilities/juce_AudioParameterInt.h
+ modules/juce_audio_processors/utilities/juce_AudioProcessorParameterWithID.h
+ modules/juce_audio_processors/utilities/juce_AudioProcessorParameters.cpp
+ modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp
+ modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h
+ modules/juce_osc/juce_osc.cpp
+ modules/juce_osc/juce_osc.h
+ modules/juce_osc/osc/juce_OSCAddress.cpp
+ modules/juce_osc/osc/juce_OSCAddress.h
+ modules/juce_osc/osc/juce_OSCArgument.cpp
+ modules/juce_osc/osc/juce_OSCArgument.h
+ modules/juce_osc/osc/juce_OSCBundle.cpp
+ modules/juce_osc/osc/juce_OSCBundle.h
+ modules/juce_osc/osc/juce_OSCMessage.cpp
+ modules/juce_osc/osc/juce_OSCMessage.h
+ modules/juce_osc/osc/juce_OSCReceiver.cpp
+ modules/juce_osc/osc/juce_OSCReceiver.h
+ modules/juce_osc/osc/juce_OSCSender.cpp
+ modules/juce_osc/osc/juce_OSCSender.h
+ modules/juce_osc/osc/juce_OSCTimeTag.cpp
+ modules/juce_osc/osc/juce_OSCTimeTag.h
+ modules/juce_osc/osc/juce_OSCTypes.cpp
+ modules/juce_osc/osc/juce_OSCTypes.h
+Copyright: 2013, - Raw Material Software Ltd
+License: UNKNOWN
+ FIXME
+
+Files: modules/juce_graphics/image_formats/pnglib/png.c
+ modules/juce_graphics/image_formats/pnglib/png.h
+ modules/juce_graphics/image_formats/pnglib/pngconf.h
+ modules/juce_graphics/image_formats/pnglib/pngerror.c
+ modules/juce_graphics/image_formats/pnglib/pngget.c
+ modules/juce_graphics/image_formats/pnglib/pnginfo.h
+ modules/juce_graphics/image_formats/pnglib/pngmem.c
+ modules/juce_graphics/image_formats/pnglib/pngpread.c
+ modules/juce_graphics/image_formats/pnglib/pngpriv.h
+ modules/juce_graphics/image_formats/pnglib/pngread.c
+ modules/juce_graphics/image_formats/pnglib/pngrio.c
+ modules/juce_graphics/image_formats/pnglib/pngrtran.c
+ modules/juce_graphics/image_formats/pnglib/pngrutil.c
+ modules/juce_graphics/image_formats/pnglib/pngset.c
+ modules/juce_graphics/image_formats/pnglib/pngstruct.h
+ modules/juce_graphics/image_formats/pnglib/pngtrans.c
+ modules/juce_graphics/image_formats/pnglib/pngwio.c
+ modules/juce_graphics/image_formats/pnglib/pngwrite.c
+ modules/juce_graphics/image_formats/pnglib/pngwtran.c
+ modules/juce_graphics/image_formats/pnglib/pngwutil.c
+Copyright: 1995-1996, Guy Eric Schalnat, Group 42, Inc.)
+ 1996-1997, Andreas Dilger)
+ 1998-2013, Glenn Randers-Pehrson
+License: libpng
+ FIXME
+
+Files: modules/juce_browser_plugin_client/wrapper/npapi/jni.h
+ modules/juce_browser_plugin_client/wrapper/npapi/jni_md.h
+ modules/juce_browser_plugin_client/wrapper/npapi/jri.h
+ modules/juce_browser_plugin_client/wrapper/npapi/jri_md.h
+ modules/juce_browser_plugin_client/wrapper/npapi/jritypes.h
+ modules/juce_browser_plugin_client/wrapper/npapi/npapi.h
+ modules/juce_browser_plugin_client/wrapper/npapi/nptypes.h
+ modules/juce_browser_plugin_client/wrapper/npapi/npupp.h
+ modules/juce_browser_plugin_client/wrapper/npapi/obsolete/protypes.h
+ modules/juce_browser_plugin_client/wrapper/npapi/prcpucfg.h
+ modules/juce_browser_plugin_client/wrapper/npapi/prtypes.h
+Copyright: 1993-1996, the Initial Developer.
+ 1998, the Initial Developer.
+ 1998-2000, the Initial Developer.
+ 2004, the Initial Developer.
+License: MPL-1.1 GPL
+ FIXME
+
+Files: modules/juce_core/zip/zlib/compress.c
+ modules/juce_core/zip/zlib/deflate.c
+ modules/juce_core/zip/zlib/deflate.h
+ modules/juce_core/zip/zlib/trees.c
+ modules/juce_core/zip/zlib/uncompr.c
+ modules/juce_core/zip/zlib/zconf.h
+ modules/juce_core/zip/zlib/zconf.in.h
+ modules/juce_core/zip/zlib/zutil.c
+ modules/juce_core/zip/zlib/zutil.h
+Copyright: 1995-2003, Jean-loup Gailly
+ 1995-2004, Jean-loup Gailly
+ 1995-2005, Jean-loup Gailly
+License: Zlib
+ FIXME
+
+Files: modules/juce_core/zip/zlib/adler32.c
+ modules/juce_core/zip/zlib/crc32.c
+ modules/juce_core/zip/zlib/infback.c
+ modules/juce_core/zip/zlib/inffast.c
+ modules/juce_core/zip/zlib/inffast.h
+ modules/juce_core/zip/zlib/inflate.c
+ modules/juce_core/zip/zlib/inflate.h
+ modules/juce_core/zip/zlib/inftrees.c
+ modules/juce_core/zip/zlib/inftrees.h
+Copyright: 1995-2003, Mark Adler
+ 1995-2004, Mark Adler
+ 1995-2005, Mark Adler
+License: Zlib
+ FIXME
+
+Files: examples/Demo/Source/Demos/Box2DTests/Rope.h
+ modules/juce_box2d/box2d/Common/b2Draw.cpp
+ modules/juce_box2d/box2d/Common/b2Draw.h
+ modules/juce_box2d/box2d/Common/b2Timer.cpp
+ modules/juce_box2d/box2d/Common/b2Timer.h
+ modules/juce_box2d/box2d/Rope/b2Rope.cpp
+Copyright: 2011, Erin Catto http:box2d.org
+License: Zlib
+ FIXME
+
+Files: modules/juce_audio_formats/codecs/flac/compat.h
+ modules/juce_audio_formats/codecs/flac/endswap.h
+ modules/juce_audio_formats/codecs/oggvorbis/Ogg Vorbis Licence.txt
+ modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/COPYING
+Copyright: 2002-2004, Xiph.org Foundation
+ 2002-2008, Xiph.org Foundation
+ 2012-2014, Xiph.org Foundation
+License: BSD-3-clause
+ FIXME
+
+Files: extras/Introjucer/Builds/VisualStudio2010/icon.ico
+ extras/Introjucer/Builds/VisualStudio2012/icon.ico
+ extras/Introjucer/Builds/VisualStudio2013/icon.ico
+ extras/Introjucer/Builds/VisualStudio2015/icon.ico
+Copyright: ·Þz\e\ e\1c8 Èùý~ÿ[--Íßmhh\88¹Õ~1âI\0\0\0\9fedØ\9d\ 6\83q%$ª\1e\13Bàóù°~ý\ 6\0À\9c [EéõzÌ\981\ 3ååsÐÝÝ\83®®®¨\9f\16Ä\8b\0\b\82\0»=\1d\17\9cw.*çU(n\ 6s:ëׯÇ/~ñK8\9dNÙ¿;!\ 4ÃÃ\9eǶlùêú\81\81\ 1\7f¨vG#q'\0\0ÐÖÖ¶-55í É\94p!\0Éc_\84\10ìÞ½\e{÷îEeeeP% \ 1 )) Uó+QZR\82öö\ eôõõE\10ĺ\0\b\82\80ääd\9csö\12,=kqÐá>\0¸.<ðÀ\ 3xùåW\14ÝO\báÝn×
+License: UNKNOWN
+ FIXME
+
+Files: examples/Demo/Builds/Android/res/drawable-mdpi/icon.png
+ examples/Demo/Builds/MacOSX/Icon.icns
+ examples/Demo/Builds/iOS/Icon.icns
+Copyright: fdªOúò ¥ \93ç\ 6ü\83o {ínð÷Û\ 2{ï§\1a¦0hv\ 5\8a¦`¢/|èè¦á\av>vô·{\1e=±\1eT@H²ÜÔýd\93¬ç«ðù[W\96^ÐrNùuEuÞe6\97êäÑÜÞ\97\88õ\1a\90\10¯ý,&\7f\ 6ðº>\ 4
+License: UNKNOWN
+ FIXME
+
+Files: modules/juce_core/text/juce_Base64.cpp
+ modules/juce_core/text/juce_Base64.h
+Copyright: 2013, - Raw Material Software Ltd
+License: ISC
+ FIXME
+
+Files: modules/juce_audio_formats/codecs/flac/libFLAC/include/private/md5.h
+ modules/juce_audio_formats/codecs/flac/libFLAC/md5.c
+Copyright: *No copyright*
+License: Public domain
+ FIXME
+
+Files: examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x-1.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png
+Copyright: S@¨})KJi\81\b A£Ñb¾Z[ÙøÈª\9b?<\98h\9f»Âi!ðÖÕW ÑR\8do E½NÑÄ\94¶õ:Õ\14rCÉvå\92éÌÆk÷á¶yq¨N4a\ 3\ 4\86Ô\89\98a\9aô\ 6\1a"uÔ\86+ \1d§²ù(!£¹mUÒ2äf,ùRsSË\8bÏ^W\92ìwK\1e\81\12±píÌ MÈ{4»z?\ 2\e\80"\14\1cª\8báic¹xÐ,Æø
+License: UNKNOWN
+ FIXME
+
+Files: examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png
+ examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40@3x.png
+Copyright: y\96Üv\9eë|\84w\a^ÍFjhí xÙIê?[¶÷Æ\93 º~AÃ!#Í \83Å5ºC\1aF\13\9az\ 4F_ª\8b\843BY \9a\98¯$__BHA¤²\88Dÿ(éá\14z!ór5¬lYK¸"
+ Öæß*M\83py\94\92Ær¢ÕEh\ 5áda\84þ\ 5$8d\19ßX¯o¬åÓëªYW\19!`MØ®gÒ½<ÕñÏìéþ\ 5ýîwtF+^R\8eþVÆ\9fyîïïüUÁGî8\164çäÀ®\ 3^¤¡«¬ÂxO\bbÂ\10Í\80ÏViN'ÚéJ\9cÈ\15¹\9e\98²\90\8fhM1eM\95\14Õ\95¢<Ez(qqá: @°ß\94SWÄW¶Ô³ãê\1a®/¢4dåEþì\94ü\ 6¿hÿ\11ï ¼Br¢ìBJ¹<®\94÷\0'\a_/ô\9a{6\16<¨}w»Ú÷ã¶¾k\8f5íó\94\97\14\86Ø$\10\ 1¥=\ 63ýtÆ\8f1\98é¥"XKØÊ\ 6ÏKCâ\8f\ 6(ª-¦bM 嫪\10B\90\1c\18\9b\9f\18¡¡@\ 4\aLÉ-+KùêµËøÂú\1a¶ÔŨ\8aø1' è fúxæÔ.^èz\8c\8e±£\93k\9bÄ=Gÿ\95m{ß®\7fíÙ\83ßù\8f= .\9b-ª§áÞ_}¨H¥Õm¾°õçB\8a\95Ù\ e\b|\86\9f\9aðr¶Wßɦ\8a\9b\bæ
+License: UNKNOWN
+ FIXME
+
+Files: modules/juce_core/zip/zlib/README
+ modules/juce_core/zip/zlib/zlib.h
+Copyright: 1995-2004, Jean-loup Gailly and Mark Adler
+ 1995-2005, Jean-loup Gailly and Mark Adler
+License: Zlib
+ FIXME
+
+Files: modules/juce_browser_plugin_client/wrapper/npapi/npruntime.h
+Copyright: ) 2004, Apple Computer, Inc. and The Mozilla Foundation
+License: BSD-3-clause
+ FIXME
+
+Files: modules/juce_audio_formats/codecs/flac/Flac Licence.txt
+Copyright: 2000-2006, Josh Coalson
+License: BSD-3-clause
+ FIXME
+
+Files: modules/juce_audio_formats/codecs/flac/win_utf8_io.h
+Copyright: 2013-2014, Xiph.Org Foundation
+License: BSD-3-clause
+ FIXME
+
+Files: examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-76.png
+Copyright:
+License: UNKNOWN
+ FIXME
+
+Files: examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-@3x.png
+Copyright: \ 1\ 4ÎX\17õþ*\90\bIj!ÕS¹5þS\ e\0`
+ \80Ei\86Qu²\16ÂÚ\9a\7f\81FlÆJ\bX[\95ÿ\89ò\97\ eÇ¥ôjÜJ\e½úÍ-\9f\84:å×# ÍGÚw£Úkì\ e\17\17Í\ 3_\14\1fï¡P<\1a®hiS!\ 5[þô!Nl\1c¸´DeãÉ®t.£\12 \9fVh\8a\93\9bÜa3c¢A\10\12\04\ 4j°¯E\9fQ\15
+License: UNKNOWN
+ FIXME
+
+Files: examples/Demo/Resources/icons.zip
+Copyright: \12Ñ;\a\e\ 2¡¸ê\80t§í$Ù6\ 5RÛSNæK\82T\18lk CÓ6Ï\12æÙA\ 1´@ÊéXƹØNñTÛdr¤§\1aµê«Ù\9e\93\ e*´>d{qYv\8f\a\94\84\19ï\94\ 3P=\81²¶mÓ\ 4Ϭ²>âL8\1e\0ÕÁ;ðÏ\94\83=añáØûà¸m«5\ 5ÓÍ\8dòmti:RQQ\ 4A\8bw\99óZ
+License: UNKNOWN
+ FIXME
+
+Files: extras/Introjucer/Source/BinaryData/projectIconCodeblocks.png
+Copyright: /\92$é¤ÇvÒí¸ªªJi\9c\ 2\ 5WÌ ðÚT\ 1Êÿ\12\9eÈ\ 13Ťi\92V4NË\14Ä\b¸Âä?\ e*@\11ß\12\9d&U\8e
+License: UNKNOWN
+ FIXME
+
+Files: modules/juce_graphics/image_formats/pnglib/LICENSE
+Copyright: 2000-2002, Glenn Randers-Pehrson, and are
+ 2004, 2006-2007, Glenn Randers-Pehrson, and are
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2015, IOhannes m zmölnig <umlaeute@debian.org>
+License: UNKNOWN
+ FIXME
+
+Files: examples/HelloWorld/Source/Main.cpp
+Copyright: 2008, Julian Storer
+License: UNKNOWN
+ FIXME
+
+Files: extras/Introjucer/Builds/MacOSX/Icon.icns
+Copyright: K\96\9c\8aÓO?\1dsçÎÍû´/)<½½½Ø¼ù ¼øâ\8bعs'&''a4\1aa2\99òR3pÄ\8cÀ\8eýû{þOOÏþÿ\ 1PxûbIÑ¢\ 4\800ã÷ûçÔ×7~Ëãq_Æq\9c\90\8fâ>Y\96\91L&Áq\1cª««±dÉ\12¬Zµ\12\1d\1d\1dô¦O\8eÛ¾}ûðÒK/ã¥\97^Ä\87\1fîA*\95\82ÉdÊËg(\9b\bD£\91Í===wöõõ=\91ó HI¢\ 4\80hf·Û+\1a\e\e¿\1e\b\94
+License: UNKNOWN
+ FIXME
+
+Files: extras/Introjucer/JuceLibraryCode/BinaryData.cpp
+Copyright: 2015, - ROLI Ltd.rn"
+License: UNKNOWN
+ FIXME
+
+Files: extras/Introjucer/Source/BinaryData/projectIconLinuxMakefile.png
+Copyright: Tee¥Îe\92\99\9d9¦c\83àì¿õ\94.ÆÛFA@xmOÕã;ç¤\83kul\144TxP)\1dÁ& 6oÂs \12[ÚL\0÷ ÂzxÖ¿ßÀ;\90\12§\84£²×¡²'¡\12!TÊÇ\8a\93á\ 4\8e3ôTS<Á\95Lc«'ã(\91\9d9Þ'°ÚúÁ*î8Iæø\1c\96Cæ3ÏàÁxu\ 4\9eó\93\9cma#á}ÒÁ´Ûðî\1dËåþ\13¼n\8c÷\14Väs6¥¢¢BggØ/ò¹\ 40Á\91\bªLΪ¤#Ís¸fÜç\ e8Ö\8cêc\b\98r\a|\16+ Fq\ 3\8e\1a lÉ\17
+License: UNKNOWN
+ FIXME
+
+Files: extras/Introjucer/Source/BinaryData/juce_icon.png
+Copyright: U;\17\87c<\12ð\18E\ 2ZZĹ\0\0Bßøû|\ 3bL\93\0\98lè?ë¿§%Ïö\8e\ e\96\9c\94Ä_\89ª\9eO|¼\89}ó\9bßd7Þx£\98×d÷3 èE^^Þ}\9d\9d\1dk¸ãT\8f§\b9\0GÈÉɽÒáp\9eÄøÓ X¸p¡èm6Oÿó_ì\9e\1fÿ\84\1d8P%¼yRÂ\9f5(E\88\8e\8b\ 3³ÙÌZø`þÅ/\1f`¿øÅ\ 3\8aKk>\11 @u\0\0acüÉ\88ﯪ\12Æ\9f>\83^\9f×\9a7::J\18e\8aN646²ê\9aZÕ7\13+..â\ 2à\ 6Å
+License: UNKNOWN
+ FIXME
+
+Files: examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-72@2x.png
+Copyright: aw\99öâW¼hðÕ`uÅ'ØRó \18k
+License: UNKNOWN
+ FIXME
+
+Files: modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/README
+Copyright: 1994-2007, the Xiph.org Foundation, http:www.xiph.org/ *
+License: UNKNOWN
+ FIXME
+
+Files: examples/ComponentTutorialExample/Introduction to Components - Part 1.pdf
+Copyright: \86ÊP\18f~y\1fà.\ 1E\97\8e\9a<ö¼u\9f 9\9c±öÖéä1\bCðSiIS\93QãÞí1D\18\15\ 4R[} [lª$è7\93Å8nýâ\87Aâ@\89=\8d Ã+T·\ fßÝ\11\17&",á \b\84ø(ìi¹\b5üe7NH¹wÏq2ñX!ôe9m_ËüÕbß»qQ$"À\12D`?\ f'¥[Î-\8fê@á\81¾Z\95F;Ù«$\ 2\84À.ÚÞ\9aºá¦\89à\81 Ô\a\94I®ò,\113 nºXÐýVøB\9e\1aâ\bÖ\92h´Û»¶/íz\8e\ e£2Da\8bYäpRrèÍ\ f\90P[\97î\96ÉBåÂ\98´PLË\0èªJK¸ÝÌ\bMà!%W&\1dá2¯ê\88D\82 b\84,¡Mæ\19Îg\19\1f{Kì\84
+License: UNKNOWN
+ FIXME
+
+Files: examples/Demo/Resources/cello.wav
+Copyright: \98\11_\17u\1c° \1e$\93&o(À)^*Ý*:+£+ ,O,ü,@.\00D2\e5.8`;\84>xA÷C§ElF_F
+License: UNKNOWN
+ FIXME
+
+Files: examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-76@2x.png
+Copyright: \9c\88IiWaÞàß Á\92¬\9f\0£\90ËvÃóÝ;ðîú\18Ì
+License: UNKNOWN
+ FIXME
+
+Files: examples/Demo/Resources/juce_icon.png
+Copyright: \9fgã53z1xË\92 m\b\82ä!
+License: UNKNOWN
+ FIXME
+
+Files: examples/PlugInSamples/MultiOutSynth/Source/BinaryData/singing.ogg
+Copyright: ¤RR)\15\84TR*%£\92Rj)e\10R))\95
+License: UNKNOWN
+ FIXME
+
+Files: extras/Introjucer/Source/BinaryData/projectIconXcode.png
+Copyright: 6Ý-I2P\e\90\1dw=\ 6<\ 6\10u\9fÑQ¦ÒTOÓ D 0H\13à\9c\ e\0ú\0\93w\ 1\ 1Gø\1az»M\8c\1cò§\9c\ fëVüÄ.\93\11A\b;\13\ 6ÚÕ\98\96ep\80â\aÍÀÞam\1c_\11صà\12,vŧ¾\ 1\84ð~\ 1+\a\15
+License: UNKNOWN
+ FIXME
+